#FFDFC0

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

Shades of Karry #FFDFC0

Tints of Karry #FFDFC0

Color information

#FFDFC0 (or 0xFFDFC0) is unknown color: approx Karry. HEX triplet: FF, DF and C0. RGB value is (255,223,192). Sum of RGB (Red+Green+Blue) = 255+223+192=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC0 is #00203F. Grayscale: #E5E5E5. Windows color (decimal): -8256 or 12640255. OLE color: 12640255.

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

Color convert

RGB255223192-
CMYK00.130.250
HSL29.52º100%87.65%-
HSV(B)29.52º24.71%100%-
XYZ77.1477.8460.83-
YUV229.03107.1146.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=38.06%
G=33.28%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522319200.130.25029.5210087.65
HexFFDFC00D1901e6458
Octal37733730001531036144130
Binary111111111101111111000000011011100101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFC0; }

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

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

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

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

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

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

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

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