Html Css Color HEX #D0604E Dark Coral

📋 copy color: '#D0604E'

red 208 ◦ green 96 ◦ blue 78

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

Shades of Dark Coral #D0604E

Tints of Dark Coral #D0604E

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

 GREEN value IS 96 (37.89% from 255) = 25.13%

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 54.45%
G = 25.13%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0604E (or 0xD0604E) is known color: Dark Coral. HEX triplet: D0, 60 and 4E. RGB value is (208,96,78). Sum of RGB (Red+Green+Blue) = 208+96+78=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0604E is #2F9FB1. Grayscale: #7F7F7F. Windows color (decimal): -3121074 or 5136592. OLE color: 5136592.

HSL color Cylindrical-coordinate representation of color #D0604E: hue angle of 8.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0604E is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 78 -
CMYK 0 0.54 0.62 0.18
HSL 8.31º 0.58% 0.56% -
HSV(B) 8.31º 0.63% 0.82% -
XYZ 31.57 22.33 9.85 -
YUV 127.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 208 96 78 0 0.54 0.62 0.18 8.31 0.58 0.56
Hex D0 60 4E 0 36 3E 12 8 3A 38
Octal 320 140 116 0 66 76 22 10 72 70
Binary 11010000 1100000 1001110 0 110110 111110 10010 1000 111010 111000

Color Harmonies of #D0604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0604E

Black with #D0604E

Text Example


Text Example

White with #D0604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0604E; }

 p { color: rgb(208,96,78); }

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

background-color css

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

 a { background-color: rgb(208,96,78); }

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

border-color css

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

 span { border-color: rgb(208,96,78); }

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