Html Css Color HEX #DA523C Dark Coral

📋 copy color: '#DA523C'

red 218 ◦ green 82 ◦ blue 60

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

Shades of Dark Coral #DA523C

Tints of Dark Coral #DA523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 60.56%
G = 22.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA523C (or 0xDA523C) is known color: Dark Coral. HEX triplet: DA, 52 and 3C. RGB value is (218,82,60). Sum of RGB (Red+Green+Blue) = 218+82+60=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA523C is #25ADC3. Grayscale: #787878. Windows color (decimal): -2469316 or 3953370. OLE color: 3953370.

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

Color convert

RGB 218 82 60 -
CMYK 0 0.62 0.72 0.15
HSL 8.35º 0.68% 0.55% -
HSV(B) 8.35º 0.72% 0.85% -
XYZ 32.75 21.27 6.65 -
YUV 120.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 218 82 60 0 0.62 0.72 0.15 8.35 0.68 0.55
Hex DA 52 3C 0 3E 48 F 8 44 37
Octal 332 122 74 0 76 110 17 10 104 67
Binary 11011010 1010010 111100 0 111110 1001000 1111 1000 1000100 110111

Color Harmonies of #DA523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA523C

Black with #DA523C

Text Example


Text Example

White with #DA523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA523C; }

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

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

background-color css

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

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

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

border-color css

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

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

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