Html Css Color HEX #D5611E Chocolate

📋 copy color: '#D5611E'

red 213 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #D5611E

Tints of Chocolate #D5611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 62.65%
G = 28.53%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5611E (or 0xD5611E) is known color: Chocolate. HEX triplet: D5, 61 and 1E. RGB value is (213,97,30). Sum of RGB (Red+Green+Blue) = 213+97+30=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5611E is #2A9EE1. Grayscale: #7C7C7C. Windows color (decimal): -2793186 or 1991125. OLE color: 1991125.

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

Color convert

RGB 213 97 30 -
CMYK 0 0.54 0.86 0.16
HSL 21.97º 0.75% 0.48% -
HSV(B) 21.97º 0.86% 0.84% -
XYZ 31.95 22.79 3.94 -
YUV 124.05 74.93 191.45 -
System Red Green Blue C M Y K H S L
Decimal 213 97 30 0 0.54 0.86 0.16 21.97 0.75 0.48
Hex D5 61 1E 0 36 56 10 16 4B 30
Octal 325 141 36 0 66 126 20 26 113 60
Binary 11010101 1100001 11110 0 110110 1010110 10000 10110 1001011 110000

Color Harmonies of #D5611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5611E

Black with #D5611E

Text Example


Text Example

White with #D5611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5611E; }

 p { color: rgb(213,97,30); }

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

background-color css

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

 a { background-color: rgb(213,97,30); }

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

border-color css

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

 span { border-color: rgb(213,97,30); }

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