Html Css Color HEX #D06511 Chocolate

📋 copy color: '#D06511'

red 208 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #D06511

Tints of Chocolate #D06511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 63.8%
G = 30.98%
B = 5.21%

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

#D06511 (or 0xD06511) is known color: Chocolate. HEX triplet: D0, 65 and 11. RGB value is (208,101,17). Sum of RGB (Red+Green+Blue) = 208+101+17=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06511 is #2F9AEE. Grayscale: #7B7B7B. Windows color (decimal): -3119855 or 1140176. OLE color: 1140176.

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

Color convert

RGB 208 101 17 -
CMYK 0 0.51 0.92 0.18
HSL 26.39º 0.85% 0.44% -
HSV(B) 26.39º 0.92% 0.82% -
XYZ 30.77 22.76 3.3 -
YUV 123.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 208 101 17 0 0.51 0.92 0.18 26.39 0.85 0.44
Hex D0 65 11 0 33 5C 12 1A 55 2C
Octal 320 145 21 0 63 134 22 32 125 54
Binary 11010000 1100101 10001 0 110011 1011100 10010 11010 1010101 101100

Color Harmonies of #D06511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06511

Black with #D06511

Text Example


Text Example

White with #D06511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06511; }

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

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

background-color css

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

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

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

border-color css

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

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

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