Html Css Color HEX #D5551D Chocolate

📋 copy color: '#D5551D'

red 213 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #D5551D

Tints of Chocolate #D5551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 65.14%
G = 25.99%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5551D (or 0xD5551D) is known color: Chocolate. HEX triplet: D5, 55 and 1D. RGB value is (213,85,29). Sum of RGB (Red+Green+Blue) = 213+85+29=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5551D is #2AAAE2. Grayscale: #757575. Windows color (decimal): -2796259 or 1922517. OLE color: 1922517.

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

Color convert

RGB 213 85 29 -
CMYK 0 0.60 0.86 0.16
HSL 18.26º 0.76% 0.47% -
HSV(B) 18.26º 0.86% 0.84% -
XYZ 30.91 20.73 3.53 -
YUV 116.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 213 85 29 0 0.60 0.86 0.16 18.26 0.76 0.47
Hex D5 55 1D 0 3C 56 10 12 4C 2F
Octal 325 125 35 0 74 126 20 22 114 57
Binary 11010101 1010101 11101 0 111100 1010110 10000 10010 1001100 101111

Color Harmonies of #D5551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5551D

Black with #D5551D

Text Example


Text Example

White with #D5551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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