#d1654c

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

Shades of Dark Coral #D1654C

Tints of Dark Coral #D1654C

Color information

#D1654C (or 0xD1654C) is unknown color: approx Dark Coral. HEX triplet: D1, 65 and 4C. RGB value is (209,101,76). Sum of RGB (Red+Green+Blue) = 209+101+76=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1654C is #2E9AB3. Grayscale: #828282. Windows color (decimal): -3054260 or 5006801. OLE color: 5006801.

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

Color convert

RGB20910176-
CMYK00.520.640.18
HSL11.28º59.11%55.88%-
HSV(B)11.28º63.64%81.96%-
XYZ32.2523.389.65-
YUV130.4497.28184.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=54.15%
G=26.17%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091017600.520.640.1811.2859.1155.88
HexD1654C0344012b3b38
Octal32114511406410022137370
Binary110100011100101100110001101001000000100101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1654c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1654c; }

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

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

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

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

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

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

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

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