#D06663

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

Shades of Roman #D06663

Tints of Roman #D06663

Color information

#D06663 (or 0xD06663) is unknown color: approx Roman. HEX triplet: D0, 66 and 63. RGB value is (208,102,99). Sum of RGB (Red+Green+Blue) = 208+102+99=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06663 is #2F999C. Grayscale: #858585. Windows color (decimal): -3119517 or 6514384. OLE color: 6514384.

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

Color convert

RGB20810299-
CMYK00.510.520.18
HSL1.65º53.69%60.2%-
HSV(B)1.65º52.4%81.57%-
XYZ33.0223.8114.66-
YUV133.35108.62181.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.86%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=50.86%
G=24.94%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081029900.510.520.181.6553.6960.2
HexD0666303334122363c
Octal320146143063642226674
Binary110100001100110110001101100111101001001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06663; }

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

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

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

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

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

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

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

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