#D66F6E

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

Shades of Geraldine #D66F6E

Tints of Geraldine #D66F6E

Color information

#D66F6E (or 0xD66F6E) is unknown color: approx Geraldine. HEX triplet: D6, 6F and 6E. RGB value is (214,111,110). Sum of RGB (Red+Green+Blue) = 214+111+110=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F6E is #299091. Grayscale: #8D8D8D. Windows color (decimal): -2723986 or 7237590. OLE color: 7237590.

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

Color convert

RGB214111110-
CMYK00.480.490.16
HSL0.58º55.91%63.53%-
HSV(B)0.58º48.6%83.92%-
XYZ36.2326.7918.01-
YUV141.68110.12179.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=49.20%
G=25.52%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411111000.480.490.160.5855.9163.53
HexD66F6E030311013840
Octal3261571560606120170100
Binary110101101101111110111001100001100011000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F6E; }

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

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

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

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

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

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

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

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