Html Css Color HEX #D76612 Chocolate

📋 copy color: '#D76612'

red 215 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #D76612

Tints of Chocolate #D76612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 64.18%
G = 30.45%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76612 (or 0xD76612) is known color: Chocolate. HEX triplet: D7, 66 and 12. RGB value is (215,102,18). Sum of RGB (Red+Green+Blue) = 215+102+18=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76612 is #2899ED. Grayscale: #7E7E7E. Windows color (decimal): -2660846 or 1205975. OLE color: 1205975.

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

Color convert

RGB 215 102 18 -
CMYK 0 0.53 0.92 0.16
HSL 25.58º 0.85% 0.46% -
HSV(B) 25.58º 0.92% 0.84% -
XYZ 32.88 23.99 3.47 -
YUV 126.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 215 102 18 0 0.53 0.92 0.16 25.58 0.85 0.46
Hex D7 66 12 0 35 5C 10 1A 55 2E
Octal 327 146 22 0 65 134 20 32 125 56
Binary 11010111 1100110 10010 0 110101 1011100 10000 11010 1010101 101110

Color Harmonies of #D76612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76612

Black with #D76612

Text Example


Text Example

White with #D76612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76612; }

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

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

background-color css

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

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

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

border-color css

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

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

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