Html Css Color HEX #D6503D Dark Coral

📋 copy color: '#D6503D'

red 214 ◦ green 80 ◦ blue 61

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

Shades of Dark Coral #D6503D

Tints of Dark Coral #D6503D

RGB

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

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

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

R = 60.28%
G = 22.54%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6503D (or 0xD6503D) is known color: Dark Coral. HEX triplet: D6, 50 and 3D. RGB value is (214,80,61). Sum of RGB (Red+Green+Blue) = 214+80+61=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503D is #29AFC2. Grayscale: #767676. Windows color (decimal): -2731971 or 4018390. OLE color: 4018390.

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

Color convert

RGB 214 80 61 -
CMYK 0 0.63 0.71 0.16
HSL 7.45º 0.65% 0.54% -
HSV(B) 7.45º 0.71% 0.84% -
XYZ 31.44 20.37 6.69 -
YUV 117.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 214 80 61 0 0.63 0.71 0.16 7.45 0.65 0.54
Hex D6 50 3D 0 3F 47 10 7 41 36
Octal 326 120 75 0 77 107 20 7 101 66
Binary 11010110 1010000 111101 0 111111 1000111 10000 111 1000001 110110

Color Harmonies of #D6503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6503D

Black with #D6503D

Text Example


Text Example

White with #D6503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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