Html Css Color HEX #D05C1E Chocolate

📋 copy color: '#D05C1E'

red 208 ◦ green 92 ◦ blue 30

#D05C1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D05C1E

Tints of Chocolate #D05C1E

RGB

 RED value IS 208 (81.64% from 255) = 63.03%

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 63.03%
G = 27.88%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D05C1E (or 0xD05C1E) is known color: Chocolate. HEX triplet: D0, 5C and 1E. RGB value is (208,92,30). Sum of RGB (Red+Green+Blue) = 208+92+30=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05C1E is #2FA3E1. Grayscale: #777777. Windows color (decimal): -3122146 or 1989840. OLE color: 1989840.

HSL color Cylindrical-coordinate representation of color #D05C1E: hue angle of 20.9º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D05C1E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 30 -
CMYK 0 0.56 0.86 0.18
HSL 20.9º 0.75% 0.47% -
HSV(B) 20.9º 0.86% 0.82% -
XYZ 30.07 21.16 3.73 -
YUV 119.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 208 92 30 0 0.56 0.86 0.18 20.9 0.75 0.47
Hex D0 5C 1E 0 38 56 12 15 4B 2F
Octal 320 134 36 0 70 126 22 25 113 57
Binary 11010000 1011100 11110 0 111000 1010110 10010 10101 1001011 101111

Color Harmonies of #D05C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C1E

Black with #D05C1E

Text Example


Text Example

White with #D05C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C1E; }

 p { color: rgb(208,92,30); }

 H1.HeaderClassName
 {
   color: #D05C1E;
 }
 .AnyTagClassName
 {
   color: #D05C1E;
 }
</style>

background-color css

<style>
 a { background-color: #D05C1E; }

 a { background-color: rgb(208,92,30); }

 div.DivClassName
 {
   background-color: #D05C1E;
 }
 .BgClassName
 {
   background-color: #D05C1E;
 }
</style>

border-color css

<style>
 span { border-color: #D05C1E; }

 span { border-color: rgb(208,92,30); }

 td.TdClassName
 {
   border-color: #D05C1E;
 }
 .TagClassName
 {
   border-color: #D05C1E;
 }
</style>