Html Css Color HEX #D06512 Chocolate

📋 copy color: '#D06512'

red 208 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #D06512

Tints of Chocolate #D06512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

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

R = 63.61%
G = 30.89%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06512 (or 0xD06512) is known color: Chocolate. HEX triplet: D0, 65 and 12. RGB value is (208,101,18). Sum of RGB (Red+Green+Blue) = 208+101+18=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06512 is #2F9AED. Grayscale: #7B7B7B. Windows color (decimal): -3119854 or 1205712. OLE color: 1205712.

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

Color convert

RGB 208 101 18 -
CMYK 0 0.51 0.91 0.18
HSL 26.21º 0.84% 0.44% -
HSV(B) 26.21º 0.91% 0.82% -
XYZ 30.78 22.76 3.34 -
YUV 123.53 68.45 188.25 -
System Red Green Blue C M Y K H S L
Decimal 208 101 18 0 0.51 0.91 0.18 26.21 0.84 0.44
Hex D0 65 12 0 33 5B 12 1A 54 2C
Octal 320 145 22 0 63 133 22 32 124 54
Binary 11010000 1100101 10010 0 110011 1011011 10010 11010 1010100 101100

Color Harmonies of #D06512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06512

Black with #D06512

Text Example


Text Example

White with #D06512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06512; }

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

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

background-color css

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

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

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

border-color css

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

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

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