Html Css Color HEX #D06710 Chocolate

📋 copy color: '#D06710'

red 208 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #D06710

Tints of Chocolate #D06710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 63.61%
G = 31.5%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06710 (or 0xD06710) is known color: Chocolate. HEX triplet: D0, 67 and 10. RGB value is (208,103,16). Sum of RGB (Red+Green+Blue) = 208+103+16=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06710 is #2F98EF. Grayscale: #7C7C7C. Windows color (decimal): -3119344 or 1075152. OLE color: 1075152.

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

Color convert

RGB 208 103 16 -
CMYK 0 0.50 0.92 0.18
HSL 27.19º 0.86% 0.44% -
HSV(B) 27.19º 0.92% 0.82% -
XYZ 30.96 23.15 3.33 -
YUV 124.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 208 103 16 0 0.50 0.92 0.18 27.19 0.86 0.44
Hex D0 67 10 0 32 5C 12 1B 56 2C
Octal 320 147 20 0 62 134 22 33 126 54
Binary 11010000 1100111 10000 0 110010 1011100 10010 11011 1010110 101100

Color Harmonies of #D06710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06710

Black with #D06710

Text Example


Text Example

White with #D06710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06710; }

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

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

background-color css

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

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

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

border-color css

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

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

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