Html Css Color HEX #D87020 Chocolate

📋 copy color: '#D87020'

red 216 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #D87020

Tints of Chocolate #D87020

RGB

 RED value IS 216 (84.77% from 255) = 60%

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

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 60%
G = 31.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D87020 (or 0xD87020) is known color: Chocolate. HEX triplet: D8, 70 and 20. RGB value is (216,112,32). Sum of RGB (Red+Green+Blue) = 216+112+32=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D87020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87020 is #278FDF. Grayscale: #868686. Windows color (decimal): -2592736 or 2126040. OLE color: 2126040.

HSL color Cylindrical-coordinate representation of color #D87020: hue angle of 26.09º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87020 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 32 -
CMYK 0 0.48 0.85 0.15
HSL 26.09º 0.74% 0.49% -
HSV(B) 26.09º 0.85% 0.85% -
XYZ 34.37 26.29 4.63 -
YUV 133.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 216 112 32 0 0.48 0.85 0.15 26.09 0.74 0.49
Hex D8 70 20 0 30 55 F 1A 4A 31
Octal 330 160 40 0 60 125 17 32 112 61
Binary 11011000 1110000 100000 0 110000 1010101 1111 11010 1001010 110001

Color Harmonies of #D87020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87020

Black with #D87020

Text Example


Text Example

White with #D87020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87020; }

 p { color: rgb(216,112,32); }

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

background-color css

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

 a { background-color: rgb(216,112,32); }

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

border-color css

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

 span { border-color: rgb(216,112,32); }

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