Html Css Color HEX #D76118 Chocolate

📋 copy color: '#D76118'

red 215 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #D76118

Tints of Chocolate #D76118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

 BLUE value IS 24 (9.77% from 255) = 7.14%

R = 63.99%
G = 28.87%
B = 7.14%

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

#D76118 (or 0xD76118) is known color: Chocolate. HEX triplet: D7, 61 and 18. RGB value is (215,97,24). Sum of RGB (Red+Green+Blue) = 215+97+24=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76118 is #289EE7. Grayscale: #7C7C7C. Windows color (decimal): -2662120 or 1597911. OLE color: 1597911.

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

Color convert

RGB 215 97 24 -
CMYK 0 0.55 0.89 0.16
HSL 22.93º 0.8% 0.47% -
HSV(B) 22.93º 0.89% 0.84% -
XYZ 32.46 23.06 3.6 -
YUV 123.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 215 97 24 0 0.55 0.89 0.16 22.93 0.8 0.47
Hex D7 61 18 0 37 59 10 17 50 2F
Octal 327 141 30 0 67 131 20 27 120 57
Binary 11010111 1100001 11000 0 110111 1011001 10000 10111 1010000 101111

Color Harmonies of #D76118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76118

Black with #D76118

Text Example


Text Example

White with #D76118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76118; }

 p { color: rgb(215,97,24); }

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

background-color css

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

 a { background-color: rgb(215,97,24); }

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

border-color css

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

 span { border-color: rgb(215,97,24); }

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