Html Css Color HEX #D76C0F Chocolate

📋 copy color: '#D76C0F'

red 215 ◦ green 108 ◦ blue 15

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

Shades of Chocolate #D76C0F

Tints of Chocolate #D76C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 63.61%
G = 31.95%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D76C0F (or 0xD76C0F) is known color: Chocolate. HEX triplet: D7, 6C and 0F. RGB value is (215,108,15). Sum of RGB (Red+Green+Blue) = 215+108+15=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C0F is #2893F0. Grayscale: #818181. Windows color (decimal): -2659313 or 1010903. OLE color: 1010903.

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

Color convert

RGB 215 108 15 -
CMYK 0 0.50 0.93 0.16
HSL 27.9º 0.87% 0.45% -
HSV(B) 27.9º 0.93% 0.84% -
XYZ 33.47 25.21 3.55 -
YUV 129.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 215 108 15 0 0.50 0.93 0.16 27.9 0.87 0.45
Hex D7 6C F 0 32 5D 10 1C 57 2D
Octal 327 154 17 0 62 135 20 34 127 55
Binary 11010111 1101100 1111 0 110010 1011101 10000 11100 1010111 101101

Color Harmonies of #D76C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C0F

Black with #D76C0F

Text Example


Text Example

White with #D76C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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