Html Css Color HEX #D1601D Chocolate

📋 copy color: '#D1601D'

red 209 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #D1601D

Tints of Chocolate #D1601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 62.57%
G = 28.74%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1601D (or 0xD1601D) is known color: Chocolate. HEX triplet: D1, 60 and 1D. RGB value is (209,96,29). Sum of RGB (Red+Green+Blue) = 209+96+29=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1601D is #2E9FE2. Grayscale: #7A7A7A. Windows color (decimal): -3055587 or 1925329. OLE color: 1925329.

HSL color Cylindrical-coordinate representation of color #D1601D: hue angle of 22.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1601D is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 29 -
CMYK 0 0.54 0.86 0.18
HSL 22.33º 0.76% 0.47% -
HSV(B) 22.33º 0.86% 0.82% -
XYZ 30.7 22.01 3.79 -
YUV 122.15 75.44 189.95 -
System Red Green Blue C M Y K H S L
Decimal 209 96 29 0 0.54 0.86 0.18 22.33 0.76 0.47
Hex D1 60 1D 0 36 56 12 16 4C 2F
Octal 321 140 35 0 66 126 22 26 114 57
Binary 11010001 1100000 11101 0 110110 1010110 10010 10110 1001100 101111

Color Harmonies of #D1601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1601D

Black with #D1601D

Text Example


Text Example

White with #D1601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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