Html Css Color HEX #D1561A Chocolate

📋 copy color: '#D1561A'

red 209 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #D1561A

Tints of Chocolate #D1561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 65.11%
G = 26.79%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1561A (or 0xD1561A) is known color: Chocolate. HEX triplet: D1, 56 and 1A. RGB value is (209,86,26). Sum of RGB (Red+Green+Blue) = 209+86+26=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1561A is #2EA9E5. Grayscale: #747474. Windows color (decimal): -3058150 or 1726161. OLE color: 1726161.

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

Color convert

RGB 209 86 26 -
CMYK 0 0.59 0.88 0.18
HSL 19.67º 0.78% 0.46% -
HSV(B) 19.67º 0.88% 0.82% -
XYZ 29.81 20.29 3.32 -
YUV 115.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 209 86 26 0 0.59 0.88 0.18 19.67 0.78 0.46
Hex D1 56 1A 0 3B 58 12 14 4E 2E
Octal 321 126 32 0 73 130 22 24 116 56
Binary 11010001 1010110 11010 0 111011 1011000 10010 10100 1001110 101110

Color Harmonies of #D1561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1561A

Black with #D1561A

Text Example


Text Example

White with #D1561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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