#D66F6C

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

Shades of Roman #D66F6C

Tints of Roman #D66F6C

Color information

#D66F6C (or 0xD66F6C) is unknown color: approx Roman. HEX triplet: D6, 6F and 6C. RGB value is (214,111,108). Sum of RGB (Red+Green+Blue) = 214+111+108=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F6C is #299093. Grayscale: #8D8D8D. Windows color (decimal): -2723988 or 7106518. OLE color: 7106518.

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

Color convert

RGB214111108-
CMYK00.480.500.16
HSL1.7º56.38%63.14%-
HSV(B)1.7º49.53%83.92%-
XYZ36.1226.7517.45-
YUV141.46109.12179.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=49.42%
G=25.64%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411110800.480.500.161.756.3863.14
HexD66F6C03032102383f
Octal326157154060622027077
Binary110101101101111110110001100001100101000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F6C; }

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

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

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

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

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

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

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

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