Color Hex Logo

#ddb20d Color Hex

#DDB20D
(221,178,13)
0 Favorites   0 Comments

Color spaces of #ddb20d

RGB 22117813
HSL0.130.890.46
HSV48°94°87°
CMYK 0.000.190.94   0.13
XYZ45.811847.24207.0848
Yxy47.24200.45750.4718
Hunter Lab68.7328-1.308642.0015
CIE-Lab74.34432.612275.3235

#ddb20d color RGB value is (221,178,13).

#ddb20d hex color red value is 221, green value is 178 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ddb20d hue: 0.13 , saturation: 0.89 and the lightness value of ddb20d is 0.46.

The process color (four color CMYK) of #ddb20d color hex is 0.00, 0.19, 0.94, 0.13. Web safe color of #ddb20d is #cc9900. Color #ddb20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00001101
Octal 335 262 15
Decimal 221 178 13
Hex DD B2 D

RGB Percentages of Color #ddb20d

%53.64
%43.20
%3.16

CMYK Percentages of Color #ddb20d

%0
%19
%94
%13

Triadic Colors of #ddb20d

#ddb20d #0dddb2 #b20ddd

Analogous Colors of #ddb20d

#ddb20d #a0dd0d #dd4a0d

Monochromatic Colors of #ddb20d

#ddb20d

Complementary Color

#ddb20d #0d38dd

#ddb20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb20d Color CSS Codes

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

#ddb20d Text Font Color

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

This sample text font color is #ddb20d
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.


#ddb20d Background Color

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

This div background color is #ddb20d


#ddb20d Border Color

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

This div border color is #ddb20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb20d


Comments

No comments written yet.

Please login to write comment.