Html Css Color HEX #D16F1A Chocolate

📋 copy color: '#D16F1A'

red 209 ◦ green 111 ◦ blue 26

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

Shades of Chocolate #D16F1A

Tints of Chocolate #D16F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 60.4%
G = 32.08%
B = 7.51%

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

#D16F1A (or 0xD16F1A) is known color: Chocolate. HEX triplet: D1, 6F and 1A. RGB value is (209,111,26). Sum of RGB (Red+Green+Blue) = 209+111+26=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F1A is #2E90E5. Grayscale: #838383. Windows color (decimal): -3051750 or 1732561. OLE color: 1732561.

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

Color convert

RGB 209 111 26 -
CMYK 0 0.47 0.88 0.18
HSL 27.87º 0.78% 0.46% -
HSV(B) 27.87º 0.88% 0.82% -
XYZ 32.17 25 4.11 -
YUV 130.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 209 111 26 0 0.47 0.88 0.18 27.87 0.78 0.46
Hex D1 6F 1A 0 2F 58 12 1C 4E 2E
Octal 321 157 32 0 57 130 22 34 116 56
Binary 11010001 1101111 11010 0 101111 1011000 10010 11100 1001110 101110

Color Harmonies of #D16F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F1A

Black with #D16F1A

Text Example


Text Example

White with #D16F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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