Html Css Color HEX #D77017 Chocolate

📋 copy color: '#D77017'

red 215 ◦ green 112 ◦ blue 23

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

Shades of Chocolate #D77017

Tints of Chocolate #D77017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 61.43%
G = 32%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77017 (or 0xD77017) is known color: Chocolate. HEX triplet: D7, 70 and 17. RGB value is (215,112,23). Sum of RGB (Red+Green+Blue) = 215+112+23=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77017 is #288FE8. Grayscale: #858585. Windows color (decimal): -2658281 or 1536215. OLE color: 1536215.

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

Color convert

RGB 215 112 23 -
CMYK 0 0.48 0.89 0.16
HSL 27.81º 0.81% 0.47% -
HSV(B) 27.81º 0.89% 0.84% -
XYZ 33.97 26.1 4.06 -
YUV 132.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 215 112 23 0 0.48 0.89 0.16 27.81 0.81 0.47
Hex D7 70 17 0 30 59 10 1C 51 2F
Octal 327 160 27 0 60 131 20 34 121 57
Binary 11010111 1110000 10111 0 110000 1011001 10000 11100 1010001 101111

Color Harmonies of #D77017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77017

Black with #D77017

Text Example


Text Example

White with #D77017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77017; }

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

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

background-color css

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

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

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

border-color css

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

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

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