Color Hex Logo

#ddb929 Color Hex

#DDB929
(221,185,41)
0 Favorites   0 Comments

Color spaces of #ddb929

RGB 22118541
HSL0.130.730.51
HSV48°81°87°
CMYK 0.000.160.81   0.13
XYZ47.568050.23029.2861
Yxy50.23020.44420.4691
Hunter Lab70.8733-4.224441.8429
CIE-Lab76.2103-0.484370.9485

#ddb929 color RGB value is (221,185,41).

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

The process color (four color CMYK) of #ddb929 color hex is 0.00, 0.16, 0.81, 0.13. Web safe color of #ddb929 is #cccc33. Color #ddb929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00101001
Octal 335 271 51
Decimal 221 185 41
Hex DD B9 29

RGB Percentages of Color #ddb929

%49.44
%41.39
%9.17

CMYK Percentages of Color #ddb929

%0
%16
%81
%13

Triadic Colors of #ddb929

#ddb929 #29ddb9 #b929dd

Analogous Colors of #ddb929

#ddb929 #a7dd29 #dd5f29

Monochromatic Colors of #ddb929

#ddb929

Complementary Color

#ddb929 #294ddd

#ddb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb929 Color CSS Codes

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

#ddb929 Text Font Color

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

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


#ddb929 Background Color

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

This div background color is #ddb929


#ddb929 Border Color

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

This div border color is #ddb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb929


Comments

No comments written yet.

Please login to write comment.