#D0665B

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

Shades of Roman #D0665B

Tints of Roman #D0665B

Color information

#D0665B (or 0xD0665B) is unknown color: approx Roman. HEX triplet: D0, 66 and 5B. RGB value is (208,102,91). Sum of RGB (Red+Green+Blue) = 208+102+91=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0665B is #2F99A4. Grayscale: #848484. Windows color (decimal): -3119525 or 5990096. OLE color: 5990096.

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

Color convert

RGB20810291-
CMYK00.510.560.18
HSL5.64º55.45%58.63%-
HSV(B)5.64º56.25%81.57%-
XYZ32.6523.6712.74-
YUV132.44104.62181.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=51.87%
G=25.44%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081029100.510.560.185.6455.4558.63
HexD0665B03338126373b
Octal320146133063702266773
Binary1101000011001101011011011001111100010010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0665B; }

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

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

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

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

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

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

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

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