#FFDCC9

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

Shades of Karry #FFDCC9

Tints of Karry #FFDCC9

Color information

#FFDCC9 (or 0xFFDCC9) is unknown color: approx Karry. HEX triplet: FF, DC and C9. RGB value is (255,220,201). Sum of RGB (Red+Green+Blue) = 255+220+201=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC9 is #002336. Grayscale: #E4E4E4. Windows color (decimal): -9015 or 13229311. OLE color: 13229311.

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

Color convert

RGB255220201-
CMYK00.140.210
HSL21.11º100%89.41%-
HSV(B)21.11º21.18%100%-
XYZ77.3876.6665.98-
YUV228.3112.6147.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 29.73%
R=37.72%
G=32.54%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020100.140.21021.1110089.41
HexFFDCC90E150156459
Octal37733431101625025144131
Binary111111111101110011001001011101010101010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCC9; }

 p { color: rgb(255,220,201); }

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

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

 a { background-color: rgb(255,220,201); }

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

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

 span { border-color: rgb(255,220,201); }

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