Color Hex Logo

#ddb423 Color Hex

#DDB423
(221,180,35)
0 Favorites   0 Comments

Color spaces of #ddb423

RGB 22118035
HSL0.130.730.50
HSV47°84°87°
CMYK 0.000.190.84   0.13
XYZ46.443448.13608.4335
Yxy48.13600.45090.4673
Hunter Lab69.3801-1.926441.3591
CIE-Lab74.91061.964571.4889

#ddb423 color RGB value is (221,180,35).

#ddb423 hex color red value is 221, green value is 180 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ddb423 hue: 0.13 , saturation: 0.73 and the lightness value of ddb423 is 0.50.

The process color (four color CMYK) of #ddb423 color hex is 0.00, 0.19, 0.84, 0.13. Web safe color of #ddb423 is #cccc33. Color #ddb423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 00100011
Octal 335 264 43
Decimal 221 180 35
Hex DD B4 23

RGB Percentages of Color #ddb423

%50.69
%41.28
%8.03

CMYK Percentages of Color #ddb423

%0
%19
%84
%13

Triadic Colors of #ddb423

#ddb423 #23ddb4 #b423dd

Analogous Colors of #ddb423

#ddb423 #a9dd23 #dd5723

Monochromatic Colors of #ddb423

#ddb423

Complementary Color

#ddb423 #234cdd

#ddb423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb423 Color CSS Codes

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

#ddb423 Text Font Color

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

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


#ddb423 Background Color

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

This div background color is #ddb423


#ddb423 Border Color

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

This div border color is #ddb423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb423


Comments

No comments written yet.

Please login to write comment.