Html Css Color HEX #D0604C Dark Coral

📋 copy color: '#D0604C'

red 208 ◦ green 96 ◦ blue 76

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

Shades of Dark Coral #D0604C

Tints of Dark Coral #D0604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 54.74%
G = 25.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0604C (or 0xD0604C) is known color: Dark Coral. HEX triplet: D0, 60 and 4C. RGB value is (208,96,76). Sum of RGB (Red+Green+Blue) = 208+96+76=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0604C is #2F9FB3. Grayscale: #7F7F7F. Windows color (decimal): -3121076 or 5005520. OLE color: 5005520.

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

Color convert

RGB 208 96 76 -
CMYK 0 0.54 0.63 0.18
HSL 9.09º 0.58% 0.56% -
HSV(B) 9.09º 0.63% 0.82% -
XYZ 31.5 22.3 9.48 -
YUV 127.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 208 96 76 0 0.54 0.63 0.18 9.09 0.58 0.56
Hex D0 60 4C 0 36 3F 12 9 3A 38
Octal 320 140 114 0 66 77 22 11 72 70
Binary 11010000 1100000 1001100 0 110110 111111 10010 1001 111010 111000

Color Harmonies of #D0604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0604C

Black with #D0604C

Text Example


Text Example

White with #D0604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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