Html Css Color HEX #D15914 Chocolate

📋 copy color: '#D15914'

red 209 ◦ green 89 ◦ blue 20

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

Shades of Chocolate #D15914

Tints of Chocolate #D15914

RGB

 RED value IS 209 (82.03% from 255) = 65.72%

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 65.72%
G = 27.99%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D15914 (or 0xD15914) is known color: Chocolate. HEX triplet: D1, 59 and 14. RGB value is (209,89,20). Sum of RGB (Red+Green+Blue) = 209+89+20=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D15914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15914 is #2EA6EB. Grayscale: #757575. Windows color (decimal): -3057388 or 1333713. OLE color: 1333713.

HSL color Cylindrical-coordinate representation of color #D15914: hue angle of 21.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D15914 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 20 -
CMYK 0 0.57 0.90 0.18
HSL 21.9º 0.83% 0.45% -
HSV(B) 21.9º 0.9% 0.82% -
XYZ 29.99 20.75 3.09 -
YUV 117.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 209 89 20 0 0.57 0.90 0.18 21.9 0.83 0.45
Hex D1 59 14 0 39 5A 12 16 53 2D
Octal 321 131 24 0 71 132 22 26 123 55
Binary 11010001 1011001 10100 0 111001 1011010 10010 10110 1010011 101101

Color Harmonies of #D15914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15914

Black with #D15914

Text Example


Text Example

White with #D15914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15914; }

 p { color: rgb(209,89,20); }

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

background-color css

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

 a { background-color: rgb(209,89,20); }

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

border-color css

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

 span { border-color: rgb(209,89,20); }

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