#D66964

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

Shades of Roman #D66964

Tints of Roman #D66964

Color information

#D66964 (or 0xD66964) is unknown color: approx Roman. HEX triplet: D6, 69 and 64. RGB value is (214,105,100). Sum of RGB (Red+Green+Blue) = 214+105+100=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D66964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66964 is #29969B. Grayscale: #898989. Windows color (decimal): -2725532 or 6580694. OLE color: 6580694.

HSL color Cylindrical-coordinate representation of color #D66964: hue angle of 2.63º 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 #D66964 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214105100-
CMYK00.510.530.16
HSL2.63º58.16%61.57%-
HSV(B)2.63º53.27%83.92%-
XYZ35.0825.3215.09-
YUV137.02107.11182.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=51.07%
G=25.06%
B=23.87%

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
Decimal21410510000.510.530.162.6358.1661.57
HexD66964033351033a3e
Octal326151144063652037276
Binary110101101101001110010001100111101011000011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66964; }

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

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

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

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

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

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

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

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