Html Css Color HEX #D16413 Chocolate

📋 copy color: '#D16413'

red 209 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #D16413

Tints of Chocolate #D16413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 63.72%
G = 30.49%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D16413 (or 0xD16413) is known color: Chocolate. HEX triplet: D1, 64 and 13. RGB value is (209,100,19). Sum of RGB (Red+Green+Blue) = 209+100+19=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16413 is #2E9BEC. Grayscale: #7B7B7B. Windows color (decimal): -3054573 or 1270993. OLE color: 1270993.

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

Color convert

RGB 209 100 19 -
CMYK 0 0.52 0.91 0.18
HSL 25.58º 0.83% 0.45% -
HSV(B) 25.58º 0.91% 0.82% -
XYZ 30.97 22.72 3.37 -
YUV 123.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 209 100 19 0 0.52 0.91 0.18 25.58 0.83 0.45
Hex D1 64 13 0 34 5B 12 1A 53 2D
Octal 321 144 23 0 64 133 22 32 123 55
Binary 11010001 1100100 10011 0 110100 1011011 10010 11010 1010011 101101

Color Harmonies of #D16413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16413

Black with #D16413

Text Example


Text Example

White with #D16413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16413; }

 p { color: rgb(209,100,19); }

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

background-color css

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

 a { background-color: rgb(209,100,19); }

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

border-color css

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

 span { border-color: rgb(209,100,19); }

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