Html Css Color HEX #D76D0C Chocolate

📋 copy color: '#D76D0C'

red 215 ◦ green 109 ◦ blue 12

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

Shades of Chocolate #D76D0C

Tints of Chocolate #D76D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 63.99%
G = 32.44%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D76D0C (or 0xD76D0C) is known color: Chocolate. HEX triplet: D7, 6D and 0C. RGB value is (215,109,12). Sum of RGB (Red+Green+Blue) = 215+109+12=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D0C is #2892F3. Grayscale: #828282. Windows color (decimal): -2659060 or 814551. OLE color: 814551.

HSL color Cylindrical-coordinate representation of color #D76D0C: hue angle of 28.67º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D76D0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 12 -
CMYK 0 0.49 0.94 0.16
HSL 28.67º 0.89% 0.45% -
HSV(B) 28.67º 0.94% 0.84% -
XYZ 33.56 25.41 3.48 -
YUV 129.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 215 109 12 0 0.49 0.94 0.16 28.67 0.89 0.45
Hex D7 6D C 0 31 5E 10 1D 59 2D
Octal 327 155 14 0 61 136 20 35 131 55
Binary 11010111 1101101 1100 0 110001 1011110 10000 11101 1011001 101101

Color Harmonies of #D76D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D0C

Black with #D76D0C

Text Example


Text Example

White with #D76D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D0C; }

 p { color: rgb(215,109,12); }

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

background-color css

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

 a { background-color: rgb(215,109,12); }

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

border-color css

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

 span { border-color: rgb(215,109,12); }

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