#FFDCC0

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

Shades of Karry #FFDCC0

Tints of Karry #FFDCC0

Color information

#FFDCC0 (or 0xFFDCC0) is unknown color: approx Karry. HEX triplet: FF, DC and C0. RGB value is (255,220,192). Sum of RGB (Red+Green+Blue) = 255+220+192=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC0 is #00233F. Grayscale: #E3E3E3. Windows color (decimal): -9024 or 12639487. OLE color: 12639487.

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

Color convert

RGB255220192-
CMYK00.140.250
HSL26.67º100%87.65%-
HSV(B)26.67º24.71%100%-
XYZ76.3576.2560.56-
YUV227.27108.1147.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=38.23%
G=32.98%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522019200.140.25026.6710087.65
HexFFDCC00E1901b6458
Octal37733430001631033144130
Binary111111111101110011000000011101100101101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCC0; }

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

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

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

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

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

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

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

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