#D06A65

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

Shades of Roman #D06A65

Tints of Roman #D06A65

Color information

#D06A65 (or 0xD06A65) is unknown color: approx Roman. HEX triplet: D0, 6A and 65. RGB value is (208,106,101). Sum of RGB (Red+Green+Blue) = 208+106+101=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A65 is #2F959A. Grayscale: #888888. Windows color (decimal): -3118491 or 6646480. OLE color: 6646480.

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

Color convert

RGB208106101-
CMYK00.490.510.18
HSL2.8º53.23%60.59%-
HSV(B)2.8º51.44%81.57%-
XYZ33.5224.6615.3-
YUV135.93108.29179.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=50.12%
G=25.54%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810610100.490.510.182.853.2360.59
HexD06A6503133123353d
Octal320152145061632236575
Binary110100001101010110010101100011100111001011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A65; }

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

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

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

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

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

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

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

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