Html Css Color HEX #D1601A Chocolate

📋 copy color: '#D1601A'

red 209 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #D1601A

Tints of Chocolate #D1601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 63.14%
G = 29%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1601A (or 0xD1601A) is known color: Chocolate. HEX triplet: D1, 60 and 1A. RGB value is (209,96,26). Sum of RGB (Red+Green+Blue) = 209+96+26=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D1601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1601A is #2E9FE5. Grayscale: #7A7A7A. Windows color (decimal): -3055590 or 1728721. OLE color: 1728721.

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

Color convert

RGB 209 96 26 -
CMYK 0 0.54 0.88 0.18
HSL 22.95º 0.78% 0.46% -
HSV(B) 22.95º 0.88% 0.82% -
XYZ 30.66 22 3.61 -
YUV 121.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 209 96 26 0 0.54 0.88 0.18 22.95 0.78 0.46
Hex D1 60 1A 0 36 58 12 17 4E 2E
Octal 321 140 32 0 66 130 22 27 116 56
Binary 11010001 1100000 11010 0 110110 1011000 10010 10111 1001110 101110

Color Harmonies of #D1601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1601A

Black with #D1601A

Text Example


Text Example

White with #D1601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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