Html Css Color HEX #D66617 Chocolate

📋 copy color: '#D66617'

red 214 ◦ green 102 ◦ blue 23

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

Shades of Chocolate #D66617

Tints of Chocolate #D66617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 63.13%
G = 30.09%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66617 (or 0xD66617) is known color: Chocolate. HEX triplet: D6, 66 and 17. RGB value is (214,102,23). Sum of RGB (Red+Green+Blue) = 214+102+23=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D66617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66617 is #2999E8. Grayscale: #7E7E7E. Windows color (decimal): -2726377 or 1533654. OLE color: 1533654.

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

Color convert

RGB 214 102 23 -
CMYK 0 0.52 0.89 0.16
HSL 24.82º 0.81% 0.46% -
HSV(B) 24.82º 0.89% 0.84% -
XYZ 32.64 23.86 3.7 -
YUV 126.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 214 102 23 0 0.52 0.89 0.16 24.82 0.81 0.46
Hex D6 66 17 0 34 59 10 19 51 2E
Octal 326 146 27 0 64 131 20 31 121 56
Binary 11010110 1100110 10111 0 110100 1011001 10000 11001 1010001 101110

Color Harmonies of #D66617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66617

Black with #D66617

Text Example


Text Example

White with #D66617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66617; }

 p { color: rgb(214,102,23); }

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

background-color css

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

 a { background-color: rgb(214,102,23); }

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

border-color css

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

 span { border-color: rgb(214,102,23); }

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