Html Css Color HEX #D76017 Chocolate

📋 copy color: '#D76017'

red 215 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #D76017

Tints of Chocolate #D76017

RGB

 RED value IS 215 (84.38% from 255) = 64.37%

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

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

R = 64.37%
G = 28.74%
B = 6.89%

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

#D76017 (or 0xD76017) is known color: Chocolate. HEX triplet: D7, 60 and 17. RGB value is (215,96,23). Sum of RGB (Red+Green+Blue) = 215+96+23=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76017 is #289FE8. Grayscale: #7B7B7B. Windows color (decimal): -2662377 or 1532119. OLE color: 1532119.

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

Color convert

RGB 215 96 23 -
CMYK 0 0.55 0.89 0.16
HSL 22.81º 0.81% 0.47% -
HSV(B) 22.81º 0.89% 0.84% -
XYZ 32.36 22.87 3.52 -
YUV 123.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 215 96 23 0 0.55 0.89 0.16 22.81 0.81 0.47
Hex D7 60 17 0 37 59 10 17 51 2F
Octal 327 140 27 0 67 131 20 27 121 57
Binary 11010111 1100000 10111 0 110111 1011001 10000 10111 1010001 101111

Color Harmonies of #D76017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76017

Black with #D76017

Text Example


Text Example

White with #D76017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76017; }

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

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

background-color css

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

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

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

border-color css

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

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

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