Html Css Color HEX #D06610 Chocolate

📋 copy color: '#D06610'

red 208 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #D06610

Tints of Chocolate #D06610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 63.8%
G = 31.29%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06610 (or 0xD06610) is known color: Chocolate. HEX triplet: D0, 66 and 10. RGB value is (208,102,16). Sum of RGB (Red+Green+Blue) = 208+102+16=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06610 is #2F99EF. Grayscale: #7C7C7C. Windows color (decimal): -3119600 or 1074896. OLE color: 1074896.

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

Color convert

RGB 208 102 16 -
CMYK 0 0.51 0.92 0.18
HSL 26.88º 0.86% 0.44% -
HSV(B) 26.88º 0.92% 0.82% -
XYZ 30.86 22.95 3.29 -
YUV 123.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 208 102 16 0 0.51 0.92 0.18 26.88 0.86 0.44
Hex D0 66 10 0 33 5C 12 1B 56 2C
Octal 320 146 20 0 63 134 22 33 126 54
Binary 11010000 1100110 10000 0 110011 1011100 10010 11011 1010110 101100

Color Harmonies of #D06610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06610

Black with #D06610

Text Example


Text Example

White with #D06610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06610; }

 p { color: rgb(208,102,16); }

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

background-color css

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

 a { background-color: rgb(208,102,16); }

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

border-color css

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

 span { border-color: rgb(208,102,16); }

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