Html Css Color HEX #DA551B Chocolate

📋 copy color: '#DA551B'

red 218 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #DA551B

Tints of Chocolate #DA551B

RGB

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

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

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

R = 66.06%
G = 25.76%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA551B (or 0xDA551B) is known color: Chocolate. HEX triplet: DA, 55 and 1B. RGB value is (218,85,27). Sum of RGB (Red+Green+Blue) = 218+85+27=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA551B is #25AAE4. Grayscale: #767676. Windows color (decimal): -2468581 or 1791450. OLE color: 1791450.

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

Color convert

RGB 218 85 27 -
CMYK 0 0.61 0.88 0.15
HSL 18.22º 0.78% 0.48% -
HSV(B) 18.22º 0.88% 0.85% -
XYZ 32.36 21.48 3.48 -
YUV 118.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 218 85 27 0 0.61 0.88 0.15 18.22 0.78 0.48
Hex DA 55 1B 0 3D 58 F 12 4E 30
Octal 332 125 33 0 75 130 17 22 116 60
Binary 11011010 1010101 11011 0 111101 1011000 1111 10010 1001110 110000

Color Harmonies of #DA551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA551B

Black with #DA551B

Text Example


Text Example

White with #DA551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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