#D66D69

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

Shades of Roman #D66D69

Tints of Roman #D66D69

Color information

#D66D69 (or 0xD66D69) is unknown color: approx Roman. HEX triplet: D6, 6D and 69. RGB value is (214,109,105). Sum of RGB (Red+Green+Blue) = 214+109+105=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D69 is #299296. Grayscale: #8C8C8C. Windows color (decimal): -2724503 or 6909398. OLE color: 6909398.

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

Color convert

RGB214109105-
CMYK00.490.510.16
HSL2.2º57.07%62.55%-
HSV(B)2.2º50.93%83.92%-
XYZ35.7526.2516.55-
YUV139.94108.29180.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=50%
G=25.47%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410910500.490.510.162.257.0762.55
HexD66D6903133102393f
Octal326155151061632027177
Binary110101101101101110100101100011100111000010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D69; }

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

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

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

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

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

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

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

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