Html Css Color HEX #D06312 Chocolate

📋 copy color: '#D06312'

red 208 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #D06312

Tints of Chocolate #D06312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 64%
G = 30.46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06312 (or 0xD06312) is known color: Chocolate. HEX triplet: D0, 63 and 12. RGB value is (208,99,18). Sum of RGB (Red+Green+Blue) = 208+99+18=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06312 is #2F9CED. Grayscale: #7A7A7A. Windows color (decimal): -3120366 or 1205200. OLE color: 1205200.

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

Color convert

RGB 208 99 18 -
CMYK 0 0.52 0.91 0.18
HSL 25.58º 0.84% 0.44% -
HSV(B) 25.58º 0.91% 0.82% -
XYZ 30.58 22.38 3.28 -
YUV 122.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 208 99 18 0 0.52 0.91 0.18 25.58 0.84 0.44
Hex D0 63 12 0 34 5B 12 1A 54 2C
Octal 320 143 22 0 64 133 22 32 124 54
Binary 11010000 1100011 10010 0 110100 1011011 10010 11010 1010100 101100

Color Harmonies of #D06312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06312

Black with #D06312

Text Example


Text Example

White with #D06312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06312; }

 p { color: rgb(208,99,18); }

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

background-color css

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

 a { background-color: rgb(208,99,18); }

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

border-color css

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

 span { border-color: rgb(208,99,18); }

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