Color Hex Logo

#d28520 Color Hex

#D28520
(210,133,32)
0 Favorites   0 Comments

Color spaces of #d28520

RGB 21013332
HSL0.090.740.47
HSV34°85°82°
CMYK 0.000.370.85   0.18
XYZ35.226630.58105.4126
Yxy30.58100.49460.4294
Hunter Lab55.300116.930832.9069
CIE-Lab62.152322.290661.2074

#d28520 color RGB value is (210,133,32).

#d28520 hex color red value is 210, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d28520 hue: 0.09 , saturation: 0.74 and the lightness value of d28520 is 0.47.

The process color (four color CMYK) of #d28520 color hex is 0.00, 0.37, 0.85, 0.18. Web safe color of #d28520 is #cc9933. Color #d28520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000101 00100000
Octal 322 205 40
Decimal 210 133 32
Hex D2 85 20

RGB Percentages of Color #d28520

%56.00
%35.47
%8.53

CMYK Percentages of Color #d28520

%0
%37
%85
%18

Triadic Colors of #d28520

#d28520 #20d285 #8520d2

Analogous Colors of #d28520

#d28520 #c6d220 #d22c20

Monochromatic Colors of #d28520

#d28520

Complementary Color

#d28520 #206dd2

#d28520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28520 Color CSS Codes

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

#d28520 Text Font Color

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

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


#d28520 Background Color

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

This div background color is #d28520


#d28520 Border Color

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

This div border color is #d28520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,133,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d28520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d28520;
  -webkit-box-shadow: 1px 1px 3px 2px #d28520;
  box-shadow:         1px 1px 3px 2px #d28520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,133,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28520


Comments

No comments written yet.

Please login to write comment.