Html Css Color HEX #DB5A3E Dark Coral

📋 copy color: '#DB5A3E'

red 219 ◦ green 90 ◦ blue 62

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

Shades of Dark Coral #DB5A3E

Tints of Dark Coral #DB5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 59.03%
G = 24.26%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB5A3E (or 0xDB5A3E) is known color: Dark Coral. HEX triplet: DB, 5A and 3E. RGB value is (219,90,62). Sum of RGB (Red+Green+Blue) = 219+90+62=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A3E is #24A5C1. Grayscale: #7D7D7D. Windows color (decimal): -2401730 or 4086491. OLE color: 4086491.

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

Color convert

RGB 219 90 62 -
CMYK 0 0.59 0.72 0.14
HSL 10.7º 0.69% 0.55% -
HSV(B) 10.7º 0.72% 0.86% -
XYZ 33.74 22.72 7.16 -
YUV 125.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 219 90 62 0 0.59 0.72 0.14 10.7 0.69 0.55
Hex DB 5A 3E 0 3B 48 E B 45 37
Octal 333 132 76 0 73 110 16 13 105 67
Binary 11011011 1011010 111110 0 111011 1001000 1110 1011 1000101 110111

Color Harmonies of #DB5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A3E

Black with #DB5A3E

Text Example


Text Example

White with #DB5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A3E; }

 p { color: rgb(219,90,62); }

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

background-color css

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

 a { background-color: rgb(219,90,62); }

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

border-color css

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

 span { border-color: rgb(219,90,62); }

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