Html Css Color HEX #D06410 Chocolate

📋 copy color: '#D06410'

red 208 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #D06410

Tints of Chocolate #D06410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 64.2%
G = 30.86%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06410 (or 0xD06410) is known color: Chocolate. HEX triplet: D0, 64 and 10. RGB value is (208,100,16). Sum of RGB (Red+Green+Blue) = 208+100+16=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D06410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06410 is #2F9BEF. Grayscale: #7B7B7B. Windows color (decimal): -3120112 or 1074384. OLE color: 1074384.

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

Color convert

RGB 208 100 16 -
CMYK 0 0.52 0.92 0.18
HSL 26.25º 0.86% 0.44% -
HSV(B) 26.25º 0.92% 0.82% -
XYZ 30.66 22.56 3.23 -
YUV 122.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 208 100 16 0 0.52 0.92 0.18 26.25 0.86 0.44
Hex D0 64 10 0 34 5C 12 1A 56 2C
Octal 320 144 20 0 64 134 22 32 126 54
Binary 11010000 1100100 10000 0 110100 1011100 10010 11010 1010110 101100

Color Harmonies of #D06410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06410

Black with #D06410

Text Example


Text Example

White with #D06410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06410; }

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

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

background-color css

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

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

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

border-color css

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

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

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