Html Css Color HEX #DA551D Chocolate

📋 copy color: '#DA551D'

red 218 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #DA551D

Tints of Chocolate #DA551D

RGB

 RED value IS 218 (85.55% from 255) = 65.66%

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

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

R = 65.66%
G = 25.6%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA551D (or 0xDA551D) is known color: Chocolate. HEX triplet: DA, 55 and 1D. RGB value is (218,85,29). Sum of RGB (Red+Green+Blue) = 218+85+29=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA551D is #25AAE2. Grayscale: #767676. Windows color (decimal): -2468579 or 1922522. OLE color: 1922522.

HSL color Cylindrical-coordinate representation of color #DA551D: hue angle of 17.78º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA551D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 85 29 -
CMYK 0 0.61 0.87 0.15
HSL 17.78º 0.77% 0.48% -
HSV(B) 17.78º 0.87% 0.85% -
XYZ 32.38 21.49 3.6 -
YUV 118.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 218 85 29 0 0.61 0.87 0.15 17.78 0.77 0.48
Hex DA 55 1D 0 3D 57 F 12 4D 30
Octal 332 125 35 0 75 127 17 22 115 60
Binary 11011010 1010101 11101 0 111101 1010111 1111 10010 1001101 110000

Color Harmonies of #DA551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA551D

Black with #DA551D

Text Example


Text Example

White with #DA551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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