Html Css Color HEX #D3601C Chocolate

📋 copy color: '#D3601C'

red 211 ◦ green 96 ◦ blue 28

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

Shades of Chocolate #D3601C

Tints of Chocolate #D3601C

RGB

 RED value IS 211 (82.81% from 255) = 62.99%

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 62.99%
G = 28.66%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3601C (or 0xD3601C) is known color: Chocolate. HEX triplet: D3, 60 and 1C. RGB value is (211,96,28). Sum of RGB (Red+Green+Blue) = 211+96+28=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3601C is #2C9FE3. Grayscale: #7B7B7B. Windows color (decimal): -2924516 or 1859795. OLE color: 1859795.

HSL color Cylindrical-coordinate representation of color #D3601C: hue angle of 22.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3601C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 96 28 -
CMYK 0 0.55 0.87 0.17
HSL 22.3º 0.77% 0.47% -
HSV(B) 22.3º 0.87% 0.83% -
XYZ 31.26 22.3 3.76 -
YUV 122.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 211 96 28 0 0.55 0.87 0.17 22.3 0.77 0.47
Hex D3 60 1C 0 37 57 11 16 4D 2F
Octal 323 140 34 0 67 127 21 26 115 57
Binary 11010011 1100000 11100 0 110111 1010111 10001 10110 1001101 101111

Color Harmonies of #D3601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3601C

Black with #D3601C

Text Example


Text Example

White with #D3601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3601C; }

 p { color: rgb(211,96,28); }

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

background-color css

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

 a { background-color: rgb(211,96,28); }

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

border-color css

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

 span { border-color: rgb(211,96,28); }

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