#FFD9C5

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

Shades of Karry #FFD9C5

Tints of Karry #FFD9C5

Color information

#FFD9C5 (or 0xFFD9C5) is unknown color: approx Karry. HEX triplet: FF, D9 and C5. RGB value is (255,217,197). Sum of RGB (Red+Green+Blue) = 255+217+197=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C5 is #00263A. Grayscale: #E2E2E2. Windows color (decimal): -9787 or 12966399. OLE color: 12966399.

HSL color Cylindrical-coordinate representation of color #FFD9C5: hue angle of 20.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD9C5 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255217197-
CMYK00.150.230
HSL20.69º100%88.63%-
HSV(B)20.69º22.75%100%-
XYZ76.1374.9263.27-
YUV226.08111.59148.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=38.12%
G=32.44%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521719700.150.23020.6910088.63
HexFFD9C50F170156459
Octal37733130501727025144131
Binary111111111101100111000101011111011101010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9C5; }

 p { color: rgb(255,217,197); }

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

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

 a { background-color: rgb(255,217,197); }

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

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

 span { border-color: rgb(255,217,197); }

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