Html Css Color HEX #D5601B Chocolate

📋 copy color: '#D5601B'

red 213 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D5601B

Tints of Chocolate #D5601B

RGB

 RED value IS 213 (83.59% from 255) = 63.39%

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 63.39%
G = 28.57%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5601B (or 0xD5601B) is known color: Chocolate. HEX triplet: D5, 60 and 1B. RGB value is (213,96,27). Sum of RGB (Red+Green+Blue) = 213+96+27=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5601B is #2A9FE4. Grayscale: #7B7B7B. Windows color (decimal): -2793445 or 1794261. OLE color: 1794261.

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

Color convert

RGB 213 96 27 -
CMYK 0 0.55 0.87 0.16
HSL 22.26º 0.78% 0.47% -
HSV(B) 22.26º 0.87% 0.84% -
XYZ 31.82 22.59 3.72 -
YUV 123.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 213 96 27 0 0.55 0.87 0.16 22.26 0.78 0.47
Hex D5 60 1B 0 37 57 10 16 4E 2F
Octal 325 140 33 0 67 127 20 26 116 57
Binary 11010101 1100000 11011 0 110111 1010111 10000 10110 1001110 101111

Color Harmonies of #D5601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5601B

Black with #D5601B

Text Example


Text Example

White with #D5601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5601B; }

 p { color: rgb(213,96,27); }

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

background-color css

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

 a { background-color: rgb(213,96,27); }

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

border-color css

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

 span { border-color: rgb(213,96,27); }

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