Color Hex Logo

#ddb434 Color Hex

#DDB434
(221,180,52)
0 Favorites   0 Comments

Color spaces of #ddb434

RGB 22118052
HSL0.130.710.54
HSV45°76°87°
CMYK 0.000.190.76   0.13
XYZ46.759948.262610.0999
Yxy48.26260.44480.4591
Hunter Lab69.4713-1.429640.0102
CIE-Lab74.99032.513966.3449

#ddb434 color RGB value is (221,180,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 00110100
Octal 335 264 64
Decimal 221 180 52
Hex DD B4 34

RGB Percentages of Color #ddb434

%48.79
%39.74
%11.48

CMYK Percentages of Color #ddb434

%0
%19
%76
%13

Triadic Colors of #ddb434

#ddb434 #34ddb4 #b434dd

Analogous Colors of #ddb434

#ddb434 #b2dd34 #dd6034

Monochromatic Colors of #ddb434

#ddb434

Complementary Color

#ddb434 #345ddd

#ddb434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb434 Color CSS Codes

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

#ddb434 Text Font Color

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

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


#ddb434 Background Color

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

This div background color is #ddb434


#ddb434 Border Color

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

This div border color is #ddb434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb434


Comments

No comments written yet.

Please login to write comment.