#FFDCC5

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

Shades of Karry #FFDCC5

Tints of Karry #FFDCC5

Color information

#FFDCC5 (or 0xFFDCC5) is unknown color: approx Karry. HEX triplet: FF, DC and C5. RGB value is (255,220,197). Sum of RGB (Red+Green+Blue) = 255+220+197=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC5 is #00233A. Grayscale: #E3E3E3. Windows color (decimal): -9019 or 12967167. OLE color: 12967167.

HSL color Cylindrical-coordinate representation of color #FFDCC5: hue angle of 23.79º 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 #FFDCC5 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255220197-
CMYK00.140.230
HSL23.79º100%88.63%-
HSV(B)23.79º22.75%100%-
XYZ76.9176.4863.53-
YUV227.84110.6147.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 197 (77.34% from 255) = 29.32%
R=37.95%
G=32.74%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522019700.140.23023.7910088.63
HexFFDCC50E170186459
Octal37733430501627030144131
Binary111111111101110011000101011101011101100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCC5; }

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

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

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

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

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

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

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

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