#D0654C

Color #D0654C Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D0654C

Tints of Dark Coral #D0654C

Color information

#D0654C (or 0xD0654C) is unknown color: approx Dark Coral. HEX triplet: D0, 65 and 4C. RGB value is (208,101,76). Sum of RGB (Red+Green+Blue) = 208+101+76=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0654C is #2F9AB3. Grayscale: #828282. Windows color (decimal): -3119796 or 5006800. OLE color: 5006800.

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

Color convert

RGB20810176-
CMYK00.510.630.18
HSL11.36º58.41%55.69%-
HSV(B)11.36º63.46%81.57%-
XYZ31.9723.249.64-
YUV130.1497.45183.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=54.03%
G=26.23%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081017600.510.630.1811.3658.4155.69
HexD0654C0333F12b3a38
Octal3201451140637722137270
Binary11010000110010110011000110011111111100101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0654C; }

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

 H1.HeaderClassName
 {
   color: #D0654C;
 }
 .AnyTagClassName
 {
   color: #D0654C;
 }
</style>
background-color css

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

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

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

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

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

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