Html Css Color HEX #D76512 Chocolate

📋 copy color: '#D76512'

red 215 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #D76512

Tints of Chocolate #D76512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 64.37%
G = 30.24%
B = 5.39%

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

#D76512 (or 0xD76512) is known color: Chocolate. HEX triplet: D7, 65 and 12. RGB value is (215,101,18). Sum of RGB (Red+Green+Blue) = 215+101+18=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76512 is #289AED. Grayscale: #7E7E7E. Windows color (decimal): -2661102 or 1205719. OLE color: 1205719.

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

Color convert

RGB 215 101 18 -
CMYK 0 0.53 0.92 0.16
HSL 25.28º 0.85% 0.46% -
HSV(B) 25.28º 0.92% 0.84% -
XYZ 32.79 23.8 3.44 -
YUV 125.62 67.27 191.75 -
System Red Green Blue C M Y K H S L
Decimal 215 101 18 0 0.53 0.92 0.16 25.28 0.85 0.46
Hex D7 65 12 0 35 5C 10 19 55 2E
Octal 327 145 22 0 65 134 20 31 125 56
Binary 11010111 1100101 10010 0 110101 1011100 10000 11001 1010101 101110

Color Harmonies of #D76512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76512

Black with #D76512

Text Example


Text Example

White with #D76512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76512; }

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

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

background-color css

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

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

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

border-color css

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

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

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