Html Css Color HEX #D5611D Chocolate

📋 copy color: '#D5611D'

red 213 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #D5611D

Tints of Chocolate #D5611D

RGB

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

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

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

R = 62.83%
G = 28.61%
B = 8.55%

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

#D5611D (or 0xD5611D) is known color: Chocolate. HEX triplet: D5, 61 and 1D. RGB value is (213,97,29). Sum of RGB (Red+Green+Blue) = 213+97+29=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5611D is #2A9EE2. Grayscale: #7C7C7C. Windows color (decimal): -2793187 or 1925589. OLE color: 1925589.

HSL color Cylindrical-coordinate representation of color #D5611D: hue angle of 22.17º 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 #D5611D is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 29 -
CMYK 0 0.54 0.86 0.16
HSL 22.17º 0.76% 0.47% -
HSV(B) 22.17º 0.86% 0.84% -
XYZ 31.94 22.78 3.88 -
YUV 123.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 213 97 29 0 0.54 0.86 0.16 22.17 0.76 0.47
Hex D5 61 1D 0 36 56 10 16 4C 2F
Octal 325 141 35 0 66 126 20 26 114 57
Binary 11010101 1100001 11101 0 110110 1010110 10000 10110 1001100 101111

Color Harmonies of #D5611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5611D

Black with #D5611D

Text Example


Text Example

White with #D5611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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