Html Css Color HEX #D6503B Dark Coral

📋 copy color: '#D6503B'

red 214 ◦ green 80 ◦ blue 59

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

Shades of Dark Coral #D6503B

Tints of Dark Coral #D6503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 60.62%
G = 22.66%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6503B (or 0xD6503B) is known color: Dark Coral. HEX triplet: D6, 50 and 3B. RGB value is (214,80,59). Sum of RGB (Red+Green+Blue) = 214+80+59=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503B is #29AFC4. Grayscale: #757575. Windows color (decimal): -2731973 or 3887318. OLE color: 3887318.

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

Color convert

RGB 214 80 59 -
CMYK 0 0.63 0.72 0.16
HSL 8.13º 0.65% 0.54% -
HSV(B) 8.13º 0.72% 0.84% -
XYZ 31.39 20.35 6.41 -
YUV 117.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 214 80 59 0 0.63 0.72 0.16 8.13 0.65 0.54
Hex D6 50 3B 0 3F 48 10 8 41 36
Octal 326 120 73 0 77 110 20 10 101 66
Binary 11010110 1010000 111011 0 111111 1001000 10000 1000 1000001 110110

Color Harmonies of #D6503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6503B

Black with #D6503B

Text Example


Text Example

White with #D6503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6503B; }

 p { color: rgb(214,80,59); }

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

background-color css

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

 a { background-color: rgb(214,80,59); }

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

border-color css

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

 span { border-color: rgb(214,80,59); }

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