Html Css Color HEX #D66711 Chocolate

📋 copy color: '#D66711'

red 214 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #D66711

Tints of Chocolate #D66711

RGB

 RED value IS 214 (83.98% from 255) = 64.07%

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

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

R = 64.07%
G = 30.84%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66711 (or 0xD66711) is known color: Chocolate. HEX triplet: D6, 67 and 11. RGB value is (214,103,17). Sum of RGB (Red+Green+Blue) = 214+103+17=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D66711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66711 is #2998EE. Grayscale: #7E7E7E. Windows color (decimal): -2726127 or 1140694. OLE color: 1140694.

HSL color Cylindrical-coordinate representation of color #D66711: hue angle of 26.19º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D66711 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 17 -
CMYK 0 0.52 0.92 0.16
HSL 26.19º 0.85% 0.45% -
HSV(B) 26.19º 0.92% 0.84% -
XYZ 32.68 24.04 3.45 -
YUV 126.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 214 103 17 0 0.52 0.92 0.16 26.19 0.85 0.45
Hex D6 67 11 0 34 5C 10 1A 55 2D
Octal 326 147 21 0 64 134 20 32 125 55
Binary 11010110 1100111 10001 0 110100 1011100 10000 11010 1010101 101101

Color Harmonies of #D66711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66711

Black with #D66711

Text Example


Text Example

White with #D66711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66711; }

 p { color: rgb(214,103,17); }

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

background-color css

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

 a { background-color: rgb(214,103,17); }

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

border-color css

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

 span { border-color: rgb(214,103,17); }

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