Html Css Color HEX #D76018 Chocolate

📋 copy color: '#D76018'

red 215 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #D76018

Tints of Chocolate #D76018

RGB

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

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

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

R = 64.18%
G = 28.66%
B = 7.16%

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

#D76018 (or 0xD76018) is known color: Chocolate. HEX triplet: D7, 60 and 18. RGB value is (215,96,24). Sum of RGB (Red+Green+Blue) = 215+96+24=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76018 is #289FE7. Grayscale: #7B7B7B. Windows color (decimal): -2662376 or 1597655. OLE color: 1597655.

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

Color convert

RGB 215 96 24 -
CMYK 0 0.55 0.89 0.16
HSL 22.62º 0.8% 0.47% -
HSV(B) 22.62º 0.89% 0.84% -
XYZ 32.37 22.88 3.57 -
YUV 123.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 215 96 24 0 0.55 0.89 0.16 22.62 0.8 0.47
Hex D7 60 18 0 37 59 10 17 50 2F
Octal 327 140 30 0 67 131 20 27 120 57
Binary 11010111 1100000 11000 0 110111 1011001 10000 10111 1010000 101111

Color Harmonies of #D76018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76018

Black with #D76018

Text Example


Text Example

White with #D76018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76018; }

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

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

background-color css

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

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

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

border-color css

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

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

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