Html Css Color HEX #D66017 Chocolate

📋 copy color: '#D66017'

red 214 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #D66017

Tints of Chocolate #D66017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 64.26%
G = 28.83%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66017 (or 0xD66017) is known color: Chocolate. HEX triplet: D6, 60 and 17. RGB value is (214,96,23). Sum of RGB (Red+Green+Blue) = 214+96+23=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66017 is #299FE8. Grayscale: #7B7B7B. Windows color (decimal): -2727913 or 1532118. OLE color: 1532118.

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

Color convert

RGB 214 96 23 -
CMYK 0 0.55 0.89 0.16
HSL 22.93º 0.81% 0.46% -
HSV(B) 22.93º 0.89% 0.84% -
XYZ 32.07 22.72 3.51 -
YUV 122.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 214 96 23 0 0.55 0.89 0.16 22.93 0.81 0.46
Hex D6 60 17 0 37 59 10 17 51 2E
Octal 326 140 27 0 67 131 20 27 121 56
Binary 11010110 1100000 10111 0 110111 1011001 10000 10111 1010001 101110

Color Harmonies of #D66017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66017

Black with #D66017

Text Example


Text Example

White with #D66017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66017; }

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

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

background-color css

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

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

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

border-color css

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

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

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