Html Css Color HEX #DA521C Chocolate

📋 copy color: '#DA521C'

red 218 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #DA521C

Tints of Chocolate #DA521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 66.46%
G = 25%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA521C (or 0xDA521C) is known color: Chocolate. HEX triplet: DA, 52 and 1C. RGB value is (218,82,28). Sum of RGB (Red+Green+Blue) = 218+82+28=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA521C is #25ADE3. Grayscale: #747474. Windows color (decimal): -2469348 or 1856218. OLE color: 1856218.

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

Color convert

RGB 218 82 28 -
CMYK 0 0.62 0.87 0.15
HSL 17.05º 0.77% 0.48% -
HSV(B) 17.05º 0.87% 0.85% -
XYZ 32.14 21.02 3.46 -
YUV 116.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 218 82 28 0 0.62 0.87 0.15 17.05 0.77 0.48
Hex DA 52 1C 0 3E 57 F 11 4D 30
Octal 332 122 34 0 76 127 17 21 115 60
Binary 11011010 1010010 11100 0 111110 1010111 1111 10001 1001101 110000

Color Harmonies of #DA521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA521C

Black with #DA521C

Text Example


Text Example

White with #DA521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA521C; }

 p { color: rgb(218,82,28); }

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

background-color css

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

 a { background-color: rgb(218,82,28); }

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

border-color css

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

 span { border-color: rgb(218,82,28); }

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