Html Css Color HEX #D77218 Chocolate

📋 copy color: '#D77218'

red 215 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #D77218

Tints of Chocolate #D77218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 60.91%
G = 32.29%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77218 (or 0xD77218) is known color: Chocolate. HEX triplet: D7, 72 and 18. RGB value is (215,114,24). Sum of RGB (Red+Green+Blue) = 215+114+24=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D77218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77218 is #288DE7. Grayscale: #868686. Windows color (decimal): -2657768 or 1602263. OLE color: 1602263.

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

Color convert

RGB 215 114 24 -
CMYK 0 0.47 0.89 0.16
HSL 28.27º 0.8% 0.47% -
HSV(B) 28.27º 0.89% 0.84% -
XYZ 34.21 26.55 4.19 -
YUV 133.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 215 114 24 0 0.47 0.89 0.16 28.27 0.8 0.47
Hex D7 72 18 0 2F 59 10 1C 50 2F
Octal 327 162 30 0 57 131 20 34 120 57
Binary 11010111 1110010 11000 0 101111 1011001 10000 11100 1010000 101111

Color Harmonies of #D77218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77218

Black with #D77218

Text Example


Text Example

White with #D77218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77218; }

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

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

background-color css

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

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

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

border-color css

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

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

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