Html Css Color HEX #D76C0D Chocolate

📋 copy color: '#D76C0D'

red 215 ◦ green 108 ◦ blue 13

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

Shades of Chocolate #D76C0D

Tints of Chocolate #D76C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 63.99%
G = 32.14%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D76C0D (or 0xD76C0D) is known color: Chocolate. HEX triplet: D7, 6C and 0D. RGB value is (215,108,13). Sum of RGB (Red+Green+Blue) = 215+108+13=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C0D is #2893F2. Grayscale: #818181. Windows color (decimal): -2659315 or 879831. OLE color: 879831.

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

Color convert

RGB 215 108 13 -
CMYK 0 0.50 0.94 0.16
HSL 28.22º 0.89% 0.45% -
HSV(B) 28.22º 0.94% 0.84% -
XYZ 33.46 25.2 3.48 -
YUV 129.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 215 108 13 0 0.50 0.94 0.16 28.22 0.89 0.45
Hex D7 6C D 0 32 5E 10 1C 59 2D
Octal 327 154 15 0 62 136 20 34 131 55
Binary 11010111 1101100 1101 0 110010 1011110 10000 11100 1011001 101101

Color Harmonies of #D76C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C0D

Black with #D76C0D

Text Example


Text Example

White with #D76C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C0D; }

 p { color: rgb(215,108,13); }

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

background-color css

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

 a { background-color: rgb(215,108,13); }

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

border-color css

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

 span { border-color: rgb(215,108,13); }

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