Html Css Color HEX #D6551D Chocolate

📋 copy color: '#D6551D'

red 214 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #D6551D

Tints of Chocolate #D6551D

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

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

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

R = 65.24%
G = 25.91%
B = 8.84%

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

#D6551D (or 0xD6551D) is known color: Chocolate. HEX triplet: D6, 55 and 1D. RGB value is (214,85,29). Sum of RGB (Red+Green+Blue) = 214+85+29=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6551D is #29AAE2. Grayscale: #757575. Windows color (decimal): -2730723 or 1922518. OLE color: 1922518.

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

Color convert

RGB 214 85 29 -
CMYK 0 0.60 0.86 0.16
HSL 18.16º 0.76% 0.48% -
HSV(B) 18.16º 0.86% 0.84% -
XYZ 31.2 20.88 3.55 -
YUV 117.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 214 85 29 0 0.60 0.86 0.16 18.16 0.76 0.48
Hex D6 55 1D 0 3C 56 10 12 4C 30
Octal 326 125 35 0 74 126 20 22 114 60
Binary 11010110 1010101 11101 0 111100 1010110 10000 10010 1001100 110000

Color Harmonies of #D6551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6551D

Black with #D6551D

Text Example


Text Example

White with #D6551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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