Html Css Color HEX #D77018 Chocolate

📋 copy color: '#D77018'

red 215 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #D77018

Tints of Chocolate #D77018

RGB

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

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

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

R = 61.25%
G = 31.91%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77018 (or 0xD77018) is known color: Chocolate. HEX triplet: D7, 70 and 18. RGB value is (215,112,24). Sum of RGB (Red+Green+Blue) = 215+112+24=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77018 is #288FE7. Grayscale: #858585. Windows color (decimal): -2658280 or 1601751. OLE color: 1601751.

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

Color convert

RGB 215 112 24 -
CMYK 0 0.48 0.89 0.16
HSL 27.64º 0.8% 0.47% -
HSV(B) 27.64º 0.89% 0.84% -
XYZ 33.98 26.1 4.11 -
YUV 132.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 215 112 24 0 0.48 0.89 0.16 27.64 0.8 0.47
Hex D7 70 18 0 30 59 10 1C 50 2F
Octal 327 160 30 0 60 131 20 34 120 57
Binary 11010111 1110000 11000 0 110000 1011001 10000 11100 1010000 101111

Color Harmonies of #D77018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77018

Black with #D77018

Text Example


Text Example

White with #D77018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77018; }

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

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

background-color css

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

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

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

border-color css

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

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

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