Html Css Color HEX #DA511D Chocolate

📋 copy color: '#DA511D'

red 218 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #DA511D

Tints of Chocolate #DA511D

RGB

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

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

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

R = 66.46%
G = 24.7%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA511D (or 0xDA511D) is known color: Chocolate. HEX triplet: DA, 51 and 1D. RGB value is (218,81,29). Sum of RGB (Red+Green+Blue) = 218+81+29=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA511D is #25AEE2. Grayscale: #747474. Windows color (decimal): -2469603 or 1921498. OLE color: 1921498.

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

Color convert

RGB 218 81 29 -
CMYK 0 0.63 0.87 0.15
HSL 16.51º 0.77% 0.48% -
HSV(B) 16.51º 0.87% 0.85% -
XYZ 32.08 20.88 3.5 -
YUV 116.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 218 81 29 0 0.63 0.87 0.15 16.51 0.77 0.48
Hex DA 51 1D 0 3F 57 F 11 4D 30
Octal 332 121 35 0 77 127 17 21 115 60
Binary 11011010 1010001 11101 0 111111 1010111 1111 10001 1001101 110000

Color Harmonies of #DA511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA511D

Black with #DA511D

Text Example


Text Example

White with #DA511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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