Html Css Color HEX #D15416 Chocolate

📋 copy color: '#D15416'

red 209 ◦ green 84 ◦ blue 22

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

Shades of Chocolate #D15416

Tints of Chocolate #D15416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 66.35%
G = 26.67%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15416 (or 0xD15416) is known color: Chocolate. HEX triplet: D1, 54 and 16. RGB value is (209,84,22). Sum of RGB (Red+Green+Blue) = 209+84+22=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D15416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15416 is #2EABE9. Grayscale: #727272. Windows color (decimal): -3058666 or 1463505. OLE color: 1463505.

HSL color Cylindrical-coordinate representation of color #D15416: hue angle of 19.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15416 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 22 -
CMYK 0 0.60 0.89 0.18
HSL 19.89º 0.81% 0.45% -
HSV(B) 19.89º 0.89% 0.82% -
XYZ 29.61 19.95 3.05 -
YUV 114.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 209 84 22 0 0.60 0.89 0.18 19.89 0.81 0.45
Hex D1 54 16 0 3C 59 12 14 51 2D
Octal 321 124 26 0 74 131 22 24 121 55
Binary 11010001 1010100 10110 0 111100 1011001 10010 10100 1010001 101101

Color Harmonies of #D15416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15416

Black with #D15416

Text Example


Text Example

White with #D15416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15416; }

 p { color: rgb(209,84,22); }

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

background-color css

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

 a { background-color: rgb(209,84,22); }

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

border-color css

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

 span { border-color: rgb(209,84,22); }

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