#D66C69

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

Shades of Roman #D66C69

Tints of Roman #D66C69

Color information

#D66C69 (or 0xD66C69) is unknown color: approx Roman. HEX triplet: D6, 6C and 69. RGB value is (214,108,105). Sum of RGB (Red+Green+Blue) = 214+108+105=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C69 is #299396. Grayscale: #8B8B8B. Windows color (decimal): -2724759 or 6909142. OLE color: 6909142.

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

Color convert

RGB214108105-
CMYK00.500.510.16
HSL1.65º57.07%62.55%-
HSV(B)1.65º50.93%83.92%-
XYZ35.6426.0416.51-
YUV139.35108.62181.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=50.12%
G=25.29%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410810500.500.510.161.6557.0762.55
HexD66C6903233102393f
Octal326154151062632027177
Binary110101101101100110100101100101100111000010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C69; }

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

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

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

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

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

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

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

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