Html Css Color HEX #DA523A Dark Coral

📋 copy color: '#DA523A'

red 218 ◦ green 82 ◦ blue 58

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

Shades of Dark Coral #DA523A

Tints of Dark Coral #DA523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 60.89%
G = 22.91%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA523A (or 0xDA523A) is known color: Dark Coral. HEX triplet: DA, 52 and 3A. RGB value is (218,82,58). Sum of RGB (Red+Green+Blue) = 218+82+58=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA523A is #25ADC5. Grayscale: #787878. Windows color (decimal): -2469318 or 3822298. OLE color: 3822298.

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

Color convert

RGB 218 82 58 -
CMYK 0 0.62 0.73 0.15
HSL 0.68% 0.54% -
HSV(B) 0.73% 0.85% -
XYZ 32.69 21.25 6.38 -
YUV 119.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 218 82 58 0 0.62 0.73 0.15 9 0.68 0.54
Hex DA 52 3A 0 3E 49 F 9 44 36
Octal 332 122 72 0 76 111 17 11 104 66
Binary 11011010 1010010 111010 0 111110 1001001 1111 1001 1000100 110110

Color Harmonies of #DA523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA523A

Black with #DA523A

Text Example


Text Example

White with #DA523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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