#D66F64

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

Shades of Roman #D66F64

Tints of Roman #D66F64

Color information

#D66F64 (or 0xD66F64) is unknown color: approx Roman. HEX triplet: D6, 6F and 64. RGB value is (214,111,100). Sum of RGB (Red+Green+Blue) = 214+111+100=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F64 is #29909B. Grayscale: #8C8C8C. Windows color (decimal): -2723996 or 6582230. OLE color: 6582230.

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

Color convert

RGB214111100-
CMYK00.480.530.16
HSL5.79º58.16%61.57%-
HSV(B)5.79º53.27%83.92%-
XYZ35.7226.5915.31-
YUV140.54105.12180.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=50.35%
G=26.12%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411110000.480.530.165.7958.1661.57
HexD66F64030351063a3e
Octal326157144060652067276
Binary1101011011011111100100011000011010110000110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F64; }

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

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

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

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

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

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

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

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