Color Hex Logo

#dd700b Color Hex

#DD700B
(221,112,11)
0 Favorites   0 Comments

Color spaces of #dd700b

RGB 22111211
HSL0.080.910.45
HSV29°95°87°
CMYK 0.000.490.95   0.13
XYZ35.673426.98473.6450
Yxy26.98470.53800.4070
Hunter Lab51.946831.674332.2025
CIE-Lab58.960237.562064.7838

#dd700b color RGB value is (221,112,11).

#dd700b hex color red value is 221, green value is 112 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dd700b hue: 0.08 , saturation: 0.91 and the lightness value of dd700b is 0.45.

The process color (four color CMYK) of #dd700b color hex is 0.00, 0.49, 0.95, 0.13. Web safe color of #dd700b is #cc6600. Color #dd700b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 00001011
Octal 335 160 13
Decimal 221 112 11
Hex DD 70 B

RGB Percentages of Color #dd700b

%64.24
%32.56
%3.20

CMYK Percentages of Color #dd700b

%0
%49
%95
%13

Triadic Colors of #dd700b

#dd700b #0bdd70 #700bdd

Analogous Colors of #dd700b

#dd700b #ddd90b #dd0b0f

Monochromatic Colors of #dd700b

#dd700b

Complementary Color

#dd700b #0b78dd

#dd700b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd700b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd700b Color CSS Codes

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

#dd700b Text Font Color

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

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


#dd700b Background Color

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

This div background color is #dd700b


#dd700b Border Color

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

This div border color is #dd700b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd700b


Comments

No comments written yet.

Please login to write comment.