Html Css Color HEX #D76912 Chocolate

📋 copy color: '#D76912'

red 215 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #D76912

Tints of Chocolate #D76912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 63.61%
G = 31.07%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76912 (or 0xD76912) is known color: Chocolate. HEX triplet: D7, 69 and 12. RGB value is (215,105,18). Sum of RGB (Red+Green+Blue) = 215+105+18=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D76912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76912 is #2896ED. Grayscale: #808080. Windows color (decimal): -2660078 or 1206743. OLE color: 1206743.

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

Color convert

RGB 215 105 18 -
CMYK 0 0.51 0.92 0.16
HSL 26.5º 0.85% 0.46% -
HSV(B) 26.5º 0.92% 0.84% -
XYZ 33.19 24.59 3.57 -
YUV 127.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 215 105 18 0 0.51 0.92 0.16 26.5 0.85 0.46
Hex D7 69 12 0 33 5C 10 1A 55 2E
Octal 327 151 22 0 63 134 20 32 125 56
Binary 11010111 1101001 10010 0 110011 1011100 10000 11010 1010101 101110

Color Harmonies of #D76912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76912

Black with #D76912

Text Example


Text Example

White with #D76912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76912; }

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

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

background-color css

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

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

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

border-color css

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

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

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