Html Css Color HEX #DA523D Dark Coral

📋 copy color: '#DA523D'

red 218 ◦ green 82 ◦ blue 61

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

Shades of Dark Coral #DA523D

Tints of Dark Coral #DA523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 60.39%
G = 22.71%
B = 16.9%

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

#DA523D (or 0xDA523D) is known color: Dark Coral. HEX triplet: DA, 52 and 3D. RGB value is (218,82,61). Sum of RGB (Red+Green+Blue) = 218+82+61=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA523D is #25ADC2. Grayscale: #787878. Windows color (decimal): -2469315 or 4018906. OLE color: 4018906.

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

Color convert

RGB 218 82 61 -
CMYK 0 0.62 0.72 0.15
HSL 8.03º 0.68% 0.55% -
HSV(B) 8.03º 0.72% 0.85% -
XYZ 32.77 21.28 6.79 -
YUV 120.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 218 82 61 0 0.62 0.72 0.15 8.03 0.68 0.55
Hex DA 52 3D 0 3E 48 F 8 44 37
Octal 332 122 75 0 76 110 17 10 104 67
Binary 11011010 1010010 111101 0 111110 1001000 1111 1000 1000100 110111

Color Harmonies of #DA523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA523D

Black with #DA523D

Text Example


Text Example

White with #DA523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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