Html Css Color HEX #D76712 Chocolate

📋 copy color: '#D76712'

red 215 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #D76712

Tints of Chocolate #D76712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 63.99%
G = 30.65%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76712 (or 0xD76712) is known color: Chocolate. HEX triplet: D7, 67 and 12. RGB value is (215,103,18). Sum of RGB (Red+Green+Blue) = 215+103+18=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76712 is #2898ED. Grayscale: #7F7F7F. Windows color (decimal): -2660590 or 1206231. OLE color: 1206231.

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

Color convert

RGB 215 103 18 -
CMYK 0 0.52 0.92 0.16
HSL 25.89º 0.85% 0.46% -
HSV(B) 25.89º 0.92% 0.84% -
XYZ 32.98 24.19 3.5 -
YUV 126.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 215 103 18 0 0.52 0.92 0.16 25.89 0.85 0.46
Hex D7 67 12 0 34 5C 10 1A 55 2E
Octal 327 147 22 0 64 134 20 32 125 56
Binary 11010111 1100111 10010 0 110100 1011100 10000 11010 1010101 101110

Color Harmonies of #D76712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76712

Black with #D76712

Text Example


Text Example

White with #D76712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76712; }

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

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

background-color css

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

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

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

border-color css

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

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

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