Html Css Color HEX #D5511C Chocolate

📋 copy color: '#D5511C'

red 213 ◦ green 81 ◦ blue 28

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

Shades of Chocolate #D5511C

Tints of Chocolate #D5511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 66.15%
G = 25.16%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5511C (or 0xD5511C) is known color: Chocolate. HEX triplet: D5, 51 and 1C. RGB value is (213,81,28). Sum of RGB (Red+Green+Blue) = 213+81+28=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5511C is #2AAEE3. Grayscale: #727272. Windows color (decimal): -2797284 or 1855957. OLE color: 1855957.

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

Color convert

RGB 213 81 28 -
CMYK 0 0.62 0.87 0.16
HSL 17.19º 0.77% 0.47% -
HSV(B) 17.19º 0.87% 0.84% -
XYZ 30.59 20.11 3.37 -
YUV 114.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 213 81 28 0 0.62 0.87 0.16 17.19 0.77 0.47
Hex D5 51 1C 0 3E 57 10 11 4D 2F
Octal 325 121 34 0 76 127 20 21 115 57
Binary 11010101 1010001 11100 0 111110 1010111 10000 10001 1001101 101111

Color Harmonies of #D5511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5511C

Black with #D5511C

Text Example


Text Example

White with #D5511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5511C; }

 p { color: rgb(213,81,28); }

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

background-color css

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

 a { background-color: rgb(213,81,28); }

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

border-color css

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

 span { border-color: rgb(213,81,28); }

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