Html Css Color HEX #DA511B Chocolate

📋 copy color: '#DA511B'

red 218 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #DA511B

Tints of Chocolate #DA511B

RGB

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

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

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

R = 66.87%
G = 24.85%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA511B (or 0xDA511B) is known color: Chocolate. HEX triplet: DA, 51 and 1B. RGB value is (218,81,27). Sum of RGB (Red+Green+Blue) = 218+81+27=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA511B is #25AEE4. Grayscale: #747474. Windows color (decimal): -2469605 or 1790426. OLE color: 1790426.

HSL color Cylindrical-coordinate representation of color #DA511B: hue angle of 16.96º 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 #DA511B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 27 -
CMYK 0 0.63 0.88 0.15
HSL 16.96º 0.78% 0.48% -
HSV(B) 16.96º 0.88% 0.85% -
XYZ 32.05 20.87 3.38 -
YUV 115.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 218 81 27 0 0.63 0.88 0.15 16.96 0.78 0.48
Hex DA 51 1B 0 3F 58 F 11 4E 30
Octal 332 121 33 0 77 130 17 21 116 60
Binary 11011010 1010001 11011 0 111111 1011000 1111 10001 1001110 110000

Color Harmonies of #DA511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA511B

Black with #DA511B

Text Example


Text Example

White with #DA511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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