Html Css Color HEX #DB523C Dark Coral

📋 copy color: '#DB523C'

red 219 ◦ green 82 ◦ blue 60

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

Shades of Dark Coral #DB523C

Tints of Dark Coral #DB523C

RGB

 RED value IS 219 (85.94% from 255) = 60.66%

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

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

R = 60.66%
G = 22.71%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB523C (or 0xDB523C) is known color: Dark Coral. HEX triplet: DB, 52 and 3C. RGB value is (219,82,60). Sum of RGB (Red+Green+Blue) = 219+82+60=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523C is #24ADC3. Grayscale: #787878. Windows color (decimal): -2403780 or 3953371. OLE color: 3953371.

HSL color Cylindrical-coordinate representation of color #DB523C: hue angle of 8.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB523C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 60 -
CMYK 0 0.63 0.73 0.14
HSL 8.3º 0.69% 0.55% -
HSV(B) 8.3º 0.73% 0.86% -
XYZ 33.05 21.42 6.67 -
YUV 120.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 219 82 60 0 0.63 0.73 0.14 8.3 0.69 0.55
Hex DB 52 3C 0 3F 49 E 8 45 37
Octal 333 122 74 0 77 111 16 10 105 67
Binary 11011011 1010010 111100 0 111111 1001001 1110 1000 1000101 110111

Color Harmonies of #DB523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB523C

Black with #DB523C

Text Example


Text Example

White with #DB523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB523C; }

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

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

background-color css

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

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

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

border-color css

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

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

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