Html Css Color HEX #D77210 Chocolate

📋 copy color: '#D77210'

red 215 ◦ green 114 ◦ blue 16

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

Shades of Chocolate #D77210

Tints of Chocolate #D77210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

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

R = 62.32%
G = 33.04%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D77210 (or 0xD77210) is known color: Chocolate. HEX triplet: D7, 72 and 10. RGB value is (215,114,16). Sum of RGB (Red+Green+Blue) = 215+114+16=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D77210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77210 is #288DEF. Grayscale: #858585. Windows color (decimal): -2657776 or 1077975. OLE color: 1077975.

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

Color convert

RGB 215 114 16 -
CMYK 0 0.47 0.93 0.16
HSL 29.55º 0.86% 0.45% -
HSV(B) 29.55º 0.93% 0.84% -
XYZ 34.14 26.52 3.81 -
YUV 133.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 215 114 16 0 0.47 0.93 0.16 29.55 0.86 0.45
Hex D7 72 10 0 2F 5D 10 1E 56 2D
Octal 327 162 20 0 57 135 20 36 126 55
Binary 11010111 1110010 10000 0 101111 1011101 10000 11110 1010110 101101

Color Harmonies of #D77210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77210

Black with #D77210

Text Example


Text Example

White with #D77210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77210; }

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

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

background-color css

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

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

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

border-color css

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

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

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