Html Css Color HEX #D76012 Chocolate

📋 copy color: '#D76012'

red 215 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #D76012

Tints of Chocolate #D76012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 65.35%
G = 29.18%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76012 (or 0xD76012) is known color: Chocolate. HEX triplet: D7, 60 and 12. RGB value is (215,96,18). Sum of RGB (Red+Green+Blue) = 215+96+18=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D76012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76012 is #289FED. Grayscale: #7B7B7B. Windows color (decimal): -2662382 or 1204439. OLE color: 1204439.

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

Color convert

RGB 215 96 18 -
CMYK 0 0.55 0.92 0.16
HSL 23.76º 0.85% 0.46% -
HSV(B) 23.76º 0.92% 0.84% -
XYZ 32.32 22.86 3.28 -
YUV 122.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 215 96 18 0 0.55 0.92 0.16 23.76 0.85 0.46
Hex D7 60 12 0 37 5C 10 18 55 2E
Octal 327 140 22 0 67 134 20 30 125 56
Binary 11010111 1100000 10010 0 110111 1011100 10000 11000 1010101 101110

Color Harmonies of #D76012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76012

Black with #D76012

Text Example


Text Example

White with #D76012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76012; }

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

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

background-color css

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

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

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

border-color css

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

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

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