Html Css Color HEX #D77010 Chocolate

📋 copy color: '#D77010'

red 215 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #D77010

Tints of Chocolate #D77010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 62.68%
G = 32.65%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77010 (or 0xD77010) is known color: Chocolate. HEX triplet: D7, 70 and 10. RGB value is (215,112,16). Sum of RGB (Red+Green+Blue) = 215+112+16=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D77010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77010 is #288FEF. Grayscale: #848484. Windows color (decimal): -2658288 or 1077463. OLE color: 1077463.

HSL color Cylindrical-coordinate representation of color #D77010: hue angle of 28.94º degrees, saturation: 0.86, 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 #D77010 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 16 -
CMYK 0 0.48 0.93 0.16
HSL 28.94º 0.86% 0.45% -
HSV(B) 28.94º 0.93% 0.84% -
XYZ 33.91 26.07 3.74 -
YUV 131.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 215 112 16 0 0.48 0.93 0.16 28.94 0.86 0.45
Hex D7 70 10 0 30 5D 10 1D 56 2D
Octal 327 160 20 0 60 135 20 35 126 55
Binary 11010111 1110000 10000 0 110000 1011101 10000 11101 1010110 101101

Color Harmonies of #D77010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77010

Black with #D77010

Text Example


Text Example

White with #D77010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77010; }

 p { color: rgb(215,112,16); }

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

background-color css

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

 a { background-color: rgb(215,112,16); }

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

border-color css

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

 span { border-color: rgb(215,112,16); }

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