Color Hex Logo

#ddc23b Color Hex

#DDC23B
(221,194,59)
0 Favorites   0 Comments

Color spaces of #ddc23b

RGB 22119459
HSL0.140.700.55
HSV50°73°87°
CMYK 0.000.120.73   0.13
XYZ49.900054.271511.9831
Yxy54.27150.42960.4672
Hunter Lab73.6692-8.013741.9243
CIE-Lab78.6198-4.485867.2932

#ddc23b color RGB value is (221,194,59).

#ddc23b hex color red value is 221, green value is 194 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ddc23b hue: 0.14 , saturation: 0.70 and the lightness value of ddc23b is 0.55.

The process color (four color CMYK) of #ddc23b color hex is 0.00, 0.12, 0.73, 0.13. Web safe color of #ddc23b is #cccc33. Color #ddc23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00111011
Octal 335 302 73
Decimal 221 194 59
Hex DD C2 3B

RGB Percentages of Color #ddc23b

%46.62
%40.93
%12.45

CMYK Percentages of Color #ddc23b

%0
%12
%73
%13

Triadic Colors of #ddc23b

#ddc23b #3bddc2 #c23bdd

Analogous Colors of #ddc23b

#ddc23b #a7dd3b #dd713b

Monochromatic Colors of #ddc23b

#ddc23b

Complementary Color

#ddc23b #3b56dd

#ddc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc23b Color CSS Codes

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

#ddc23b Text Font Color

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

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


#ddc23b Background Color

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

This div background color is #ddc23b


#ddc23b Border Color

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

This div border color is #ddc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc23b


Comments

No comments written yet.

Please login to write comment.