Html Css Color HEX #D5511B Chocolate

📋 copy color: '#D5511B'

red 213 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #D5511B

Tints of Chocolate #D5511B

RGB

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

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

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

R = 66.36%
G = 25.23%
B = 8.41%

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

#D5511B (or 0xD5511B) is known color: Chocolate. HEX triplet: D5, 51 and 1B. RGB value is (213,81,27). Sum of RGB (Red+Green+Blue) = 213+81+27=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5511B is #2AAEE4. Grayscale: #727272. Windows color (decimal): -2797285 or 1790421. OLE color: 1790421.

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

Color convert

RGB 213 81 27 -
CMYK 0 0.62 0.87 0.16
HSL 17.42º 0.78% 0.47% -
HSV(B) 17.42º 0.87% 0.84% -
XYZ 30.58 20.11 3.31 -
YUV 114.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 213 81 27 0 0.62 0.87 0.16 17.42 0.78 0.47
Hex D5 51 1B 0 3E 57 10 11 4E 2F
Octal 325 121 33 0 76 127 20 21 116 57
Binary 11010101 1010001 11011 0 111110 1010111 10000 10001 1001110 101111

Color Harmonies of #D5511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5511B

Black with #D5511B

Text Example


Text Example

White with #D5511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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