Color Hex Logo

#ddb23b Color Hex

#DDB23B
(221,178,59)
0 Favorites   0 Comments

Color spaces of #ddb23b

RGB 22117859
HSL0.120.700.55
HSV44°73°87°
CMYK 0.000.190.73   0.13
XYZ46.528647.528710.8593
Yxy47.52870.44350.4530
Hunter Lab68.9411-0.176538.9196
CIE-Lab74.52673.860163.3312

#ddb23b color RGB value is (221,178,59).

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

The process color (four color CMYK) of #ddb23b color hex is 0.00, 0.19, 0.73, 0.13. Web safe color of #ddb23b is #cc9933. Color #ddb23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00111011
Octal 335 262 73
Decimal 221 178 59
Hex DD B2 3B

RGB Percentages of Color #ddb23b

%48.25
%38.86
%12.88

CMYK Percentages of Color #ddb23b

%0
%19
%73
%13

Triadic Colors of #ddb23b

#ddb23b #3bddb2 #b23bdd

Analogous Colors of #ddb23b

#ddb23b #b7dd3b #dd613b

Monochromatic Colors of #ddb23b

#ddb23b

Complementary Color

#ddb23b #3b66dd

#ddb23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb23b Color CSS Codes

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

#ddb23b Text Font Color

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

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


#ddb23b Background Color

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

This div background color is #ddb23b


#ddb23b Border Color

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

This div border color is #ddb23b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,178,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 #ddb23b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb23b


Comments

No comments written yet.

Please login to write comment.