Html Css Color HEX #D16419 Chocolate

📋 copy color: '#D16419'

red 209 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #D16419

Tints of Chocolate #D16419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 62.57%
G = 29.94%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D16419 (or 0xD16419) is known color: Chocolate. HEX triplet: D1, 64 and 19. RGB value is (209,100,25). Sum of RGB (Red+Green+Blue) = 209+100+25=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16419 is #2E9BE6. Grayscale: #7C7C7C. Windows color (decimal): -3054567 or 1664209. OLE color: 1664209.

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

Color convert

RGB 209 100 25 -
CMYK 0 0.52 0.88 0.18
HSL 24.46º 0.79% 0.46% -
HSV(B) 24.46º 0.88% 0.82% -
XYZ 31.03 22.74 3.67 -
YUV 124.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 209 100 25 0 0.52 0.88 0.18 24.46 0.79 0.46
Hex D1 64 19 0 34 58 12 18 4F 2E
Octal 321 144 31 0 64 130 22 30 117 56
Binary 11010001 1100100 11001 0 110100 1011000 10010 11000 1001111 101110

Color Harmonies of #D16419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16419

Black with #D16419

Text Example


Text Example

White with #D16419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16419; }

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

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

background-color css

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

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

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

border-color css

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

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

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