#D0634C

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

Shades of Dark Coral #D0634C

Tints of Dark Coral #D0634C

Color information

#D0634C (or 0xD0634C) is unknown color: approx Dark Coral. HEX triplet: D0, 63 and 4C. RGB value is (208,99,76). Sum of RGB (Red+Green+Blue) = 208+99+76=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0634C is #2F9CB3. Grayscale: #818181. Windows color (decimal): -3120308 or 5006288. OLE color: 5006288.

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

Color convert

RGB2089976-
CMYK00.520.630.18
HSL10.45º58.41%55.69%-
HSV(B)10.45º63.46%81.57%-
XYZ31.7822.869.57-
YUV128.9798.11184.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=54.31%
G=25.85%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208997600.520.630.1810.4558.4155.69
HexD0634C0343F12a3a38
Octal3201431140647722127270
Binary11010000110001110011000110100111111100101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0634C; }

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

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

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

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

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

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

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

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