Html Css Color HEX #D87513 Chocolate

📋 copy color: '#D87513'

red 216 ◦ green 117 ◦ blue 19

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

Shades of Chocolate #D87513

Tints of Chocolate #D87513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 61.36%
G = 33.24%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87513 (or 0xD87513) is known color: Chocolate. HEX triplet: D8, 75 and 13. RGB value is (216,117,19). Sum of RGB (Red+Green+Blue) = 216+117+19=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D87513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87513 is #278AEC. Grayscale: #878787. Windows color (decimal): -2591469 or 1275352. OLE color: 1275352.

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

Color convert

RGB 216 117 19 -
CMYK 0 0.46 0.91 0.15
HSL 29.85º 0.84% 0.46% -
HSV(B) 29.85º 0.91% 0.85% -
XYZ 34.8 27.37 4.06 -
YUV 135.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 216 117 19 0 0.46 0.91 0.15 29.85 0.84 0.46
Hex D8 75 13 0 2E 5B F 1E 54 2E
Octal 330 165 23 0 56 133 17 36 124 56
Binary 11011000 1110101 10011 0 101110 1011011 1111 11110 1010100 101110

Color Harmonies of #D87513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87513

Black with #D87513

Text Example


Text Example

White with #D87513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87513; }

 p { color: rgb(216,117,19); }

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

background-color css

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

 a { background-color: rgb(216,117,19); }

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

border-color css

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

 span { border-color: rgb(216,117,19); }

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