Color Hex Logo

#ddb616 Color Hex

#DDB616
(221,182,22)
0 Favorites   0 Comments

Color spaces of #ddb616

RGB 22118222
HSL0.130.820.48
HSV48°90°87°
CMYK 0.000.180.90   0.13
XYZ46.691648.88607.7341
Yxy48.88600.45190.4732
Hunter Lab69.9185-3.155142.3846
CIE-Lab75.38040.640274.7238

#ddb616 color RGB value is (221,182,22).

#ddb616 hex color red value is 221, green value is 182 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ddb616 hue: 0.13 , saturation: 0.82 and the lightness value of ddb616 is 0.48.

The process color (four color CMYK) of #ddb616 color hex is 0.00, 0.18, 0.90, 0.13. Web safe color of #ddb616 is #cccc00. Color #ddb616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 00010110
Octal 335 266 26
Decimal 221 182 22
Hex DD B6 16

RGB Percentages of Color #ddb616

%52.00
%42.82
%5.18

CMYK Percentages of Color #ddb616

%0
%18
%90
%13

Triadic Colors of #ddb616

#ddb616 #16ddb6 #b616dd

Analogous Colors of #ddb616

#ddb616 #a1dd16 #dd5316

Monochromatic Colors of #ddb616

#ddb616

Complementary Color

#ddb616 #163ddd

#ddb616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb616 Color CSS Codes

.mybgcolor {background-color:#ddb616; } 
.myforecolor {color:#ddb616; }
.mybordercolor {border:3px solid #ddb616; }

#ddb616 Text Font Color

<p style="color:#ddb616">Text here</p>

This sample text font color is #ddb616
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb616 Background Color

<div style="background-color:#ddb616">
Div content here</div>

This div background color is #ddb616


#ddb616 Border Color

<div style="border:3px solid #ddb616">
Div here</div>

This div border color is #ddb616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,182,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb616;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb616;
  box-shadow:         1px 1px 3px 2px #ddb616; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,182,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb616;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb616;
  box-shadow:         1px 1px 3px 2px #ddb616;">
Div content here</div>

This div box has shadow with color #ddb616


Comments

No comments written yet.

Please login to write comment.