#FFDFC4

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

Shades of Karry #FFDFC4

Tints of Karry #FFDFC4

Color information

#FFDFC4 (or 0xFFDFC4) is unknown color: approx Karry. HEX triplet: FF, DF and C4. RGB value is (255,223,196). Sum of RGB (Red+Green+Blue) = 255+223+196=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC4 is #00203B. Grayscale: #E5E5E5. Windows color (decimal): -8252 or 12902399. OLE color: 12902399.

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

Color convert

RGB255223196-
CMYK00.130.230
HSL27.46º100%88.43%-
HSV(B)27.46º23.14%100%-
XYZ77.5978.0263.19-
YUV229.49109.1146.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 196 (76.95% from 255) = 29.08%
R=37.83%
G=33.09%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522319600.130.23027.4610088.43
HexFFDFC40D1701b6458
Octal37733730401527033144130
Binary111111111101111111000100011011011101101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFC4; }

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

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

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

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

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

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

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

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