Html Css Color HEX #DA523F Dark Coral

📋 copy color: '#DA523F'

red 218 ◦ green 82 ◦ blue 63

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

Shades of Dark Coral #DA523F

Tints of Dark Coral #DA523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.36%

R = 60.06%
G = 22.59%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA523F (or 0xDA523F) is known color: Dark Coral. HEX triplet: DA, 52 and 3F. RGB value is (218,82,63). Sum of RGB (Red+Green+Blue) = 218+82+63=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA523F is #25ADC0. Grayscale: #787878. Windows color (decimal): -2469313 or 4149978. OLE color: 4149978.

HSL color Cylindrical-coordinate representation of color #DA523F: hue angle of 7.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA523F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 63 -
CMYK 0 0.62 0.71 0.15
HSL 7.35º 0.68% 0.55% -
HSV(B) 7.35º 0.71% 0.85% -
XYZ 32.83 21.3 7.08 -
YUV 120.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 218 82 63 0 0.62 0.71 0.15 7.35 0.68 0.55
Hex DA 52 3F 0 3E 47 F 7 44 37
Octal 332 122 77 0 76 107 17 7 104 67
Binary 11011010 1010010 111111 0 111110 1000111 1111 111 1000100 110111

Color Harmonies of #DA523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA523F

Black with #DA523F

Text Example


Text Example

White with #DA523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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