#D66965

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

Shades of Roman #D66965

Tints of Roman #D66965

Color information

#D66965 (or 0xD66965) is unknown color: approx Roman. HEX triplet: D6, 69 and 65. RGB value is (214,105,101). Sum of RGB (Red+Green+Blue) = 214+105+101=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66965 is #29969A. Grayscale: #898989. Windows color (decimal): -2725531 or 6646230. OLE color: 6646230.

HSL color Cylindrical-coordinate representation of color #D66965: hue angle of 2.12º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66965 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214105101-
CMYK00.510.530.16
HSL2.12º57.95%61.76%-
HSV(B)2.12º52.8%83.92%-
XYZ35.1325.3415.35-
YUV137.14107.61182.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=50.95%
G=25%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410510100.510.530.162.1257.9561.76
HexD66965033351023a3e
Octal326151145063652027276
Binary110101101101001110010101100111101011000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66965; }

 p { color: rgb(214,105,101); }

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

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

 a { background-color: rgb(214,105,101); }

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

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

 span { border-color: rgb(214,105,101); }

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