Html Css Color HEX #D66511 Chocolate

📋 copy color: '#D66511'

red 214 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #D66511

Tints of Chocolate #D66511

RGB

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

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

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

R = 64.46%
G = 30.42%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66511 (or 0xD66511) is known color: Chocolate. HEX triplet: D6, 65 and 11. RGB value is (214,101,17). Sum of RGB (Red+Green+Blue) = 214+101+17=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D66511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66511 is #299AEE. Grayscale: #7D7D7D. Windows color (decimal): -2726639 or 1140182. OLE color: 1140182.

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

Color convert

RGB 214 101 17 -
CMYK 0 0.53 0.92 0.16
HSL 25.58º 0.85% 0.45% -
HSV(B) 25.58º 0.92% 0.84% -
XYZ 32.49 23.64 3.38 -
YUV 125.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 214 101 17 0 0.53 0.92 0.16 25.58 0.85 0.45
Hex D6 65 11 0 35 5C 10 1A 55 2D
Octal 326 145 21 0 65 134 20 32 125 55
Binary 11010110 1100101 10001 0 110101 1011100 10000 11010 1010101 101101

Color Harmonies of #D66511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66511

Black with #D66511

Text Example


Text Example

White with #D66511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66511; }

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

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

background-color css

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

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

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

border-color css

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

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

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