Html Css Color HEX #D06E1E Chocolate

📋 copy color: '#D06E1E'

red 208 ◦ green 110 ◦ blue 30

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

Shades of Chocolate #D06E1E

Tints of Chocolate #D06E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 59.77%
G = 31.61%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D06E1E (or 0xD06E1E) is known color: Chocolate. HEX triplet: D0, 6E and 1E. RGB value is (208,110,30). Sum of RGB (Red+Green+Blue) = 208+110+30=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E1E is #2F91E1. Grayscale: #828282. Windows color (decimal): -3117538 or 1994448. OLE color: 1994448.

HSL color Cylindrical-coordinate representation of color #D06E1E: hue angle of 26.97º 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 #D06E1E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 30 -
CMYK 0 0.47 0.86 0.18
HSL 26.97º 0.75% 0.47% -
HSV(B) 26.97º 0.86% 0.82% -
XYZ 31.82 24.66 4.31 -
YUV 130.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 208 110 30 0 0.47 0.86 0.18 26.97 0.75 0.47
Hex D0 6E 1E 0 2F 56 12 1B 4B 2F
Octal 320 156 36 0 57 126 22 33 113 57
Binary 11010000 1101110 11110 0 101111 1010110 10010 11011 1001011 101111

Color Harmonies of #D06E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E1E

Black with #D06E1E

Text Example


Text Example

White with #D06E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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