Html Css Color HEX #D6523C Dark Coral

📋 copy color: '#D6523C'

red 214 ◦ green 82 ◦ blue 60

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

Shades of Dark Coral #D6523C

Tints of Dark Coral #D6523C

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

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

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

R = 60.11%
G = 23.03%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6523C (or 0xD6523C) is known color: Dark Coral. HEX triplet: D6, 52 and 3C. RGB value is (214,82,60). Sum of RGB (Red+Green+Blue) = 214+82+60=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6523C is #29ADC3. Grayscale: #777777. Windows color (decimal): -2731460 or 3953366. OLE color: 3953366.

HSL color Cylindrical-coordinate representation of color #D6523C: hue angle of 8.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6523C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 60 -
CMYK 0 0.62 0.72 0.16
HSL 8.57º 0.65% 0.54% -
HSV(B) 8.57º 0.72% 0.84% -
XYZ 31.56 20.66 6.6 -
YUV 118.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 214 82 60 0 0.62 0.72 0.16 8.57 0.65 0.54
Hex D6 52 3C 0 3E 48 10 9 41 36
Octal 326 122 74 0 76 110 20 11 101 66
Binary 11010110 1010010 111100 0 111110 1001000 10000 1001 1000001 110110

Color Harmonies of #D6523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6523C

Black with #D6523C

Text Example


Text Example

White with #D6523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6523C; }

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

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

background-color css

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

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

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

border-color css

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

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

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