Html Css Color HEX #D66111 Chocolate

📋 copy color: '#D66111'

red 214 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #D66111

Tints of Chocolate #D66111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 65.24%
G = 29.57%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66111 (or 0xD66111) is known color: Chocolate. HEX triplet: D6, 61 and 11. RGB value is (214,97,17). Sum of RGB (Red+Green+Blue) = 214+97+17=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D66111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66111 is #299EEE. Grayscale: #7B7B7B. Windows color (decimal): -2727663 or 1139158. OLE color: 1139158.

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

Color convert

RGB 214 97 17 -
CMYK 0 0.55 0.92 0.16
HSL 24.37º 0.85% 0.45% -
HSV(B) 24.37º 0.92% 0.84% -
XYZ 32.11 22.89 3.26 -
YUV 122.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 214 97 17 0 0.55 0.92 0.16 24.37 0.85 0.45
Hex D6 61 11 0 37 5C 10 18 55 2D
Octal 326 141 21 0 67 134 20 30 125 55
Binary 11010110 1100001 10001 0 110111 1011100 10000 11000 1010101 101101

Color Harmonies of #D66111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66111

Black with #D66111

Text Example


Text Example

White with #D66111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66111; }

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

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

background-color css

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

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

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

border-color css

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

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

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