Html Css Color HEX #D16E1A Chocolate

📋 copy color: '#D16E1A'

red 209 ◦ green 110 ◦ blue 26

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

Shades of Chocolate #D16E1A

Tints of Chocolate #D16E1A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 60.58%
G = 31.88%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D16E1A (or 0xD16E1A) is known color: Chocolate. HEX triplet: D1, 6E and 1A. RGB value is (209,110,26). Sum of RGB (Red+Green+Blue) = 209+110+26=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E1A is #2E91E5. Grayscale: #828282. Windows color (decimal): -3052006 or 1732305. OLE color: 1732305.

HSL color Cylindrical-coordinate representation of color #D16E1A: hue angle of 27.54º degrees, saturation: 0.78, 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 #D16E1A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 26 -
CMYK 0 0.47 0.88 0.18
HSL 27.54º 0.78% 0.46% -
HSV(B) 27.54º 0.88% 0.82% -
XYZ 32.06 24.78 4.07 -
YUV 130.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 209 110 26 0 0.47 0.88 0.18 27.54 0.78 0.46
Hex D1 6E 1A 0 2F 58 12 1C 4E 2E
Octal 321 156 32 0 57 130 22 34 116 56
Binary 11010001 1101110 11010 0 101111 1011000 10010 11100 1001110 101110

Color Harmonies of #D16E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E1A

Black with #D16E1A

Text Example


Text Example

White with #D16E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E1A; }

 p { color: rgb(209,110,26); }

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

background-color css

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

 a { background-color: rgb(209,110,26); }

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

border-color css

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

 span { border-color: rgb(209,110,26); }

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