Html Css Color HEX #D5601D Chocolate

📋 copy color: '#D5601D'

red 213 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #D5601D

Tints of Chocolate #D5601D

RGB

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

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

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

R = 63.02%
G = 28.4%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5601D (or 0xD5601D) is known color: Chocolate. HEX triplet: D5, 60 and 1D. RGB value is (213,96,29). Sum of RGB (Red+Green+Blue) = 213+96+29=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5601D is #2A9FE2. Grayscale: #7B7B7B. Windows color (decimal): -2793443 or 1925333. OLE color: 1925333.

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

Color convert

RGB 213 96 29 -
CMYK 0 0.55 0.86 0.16
HSL 21.85º 0.76% 0.47% -
HSV(B) 21.85º 0.86% 0.84% -
XYZ 31.85 22.6 3.85 -
YUV 123.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 213 96 29 0 0.55 0.86 0.16 21.85 0.76 0.47
Hex D5 60 1D 0 37 56 10 16 4C 2F
Octal 325 140 35 0 67 126 20 26 114 57
Binary 11010101 1100000 11101 0 110111 1010110 10000 10110 1001100 101111

Color Harmonies of #D5601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5601D

Black with #D5601D

Text Example


Text Example

White with #D5601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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