#FFDDA6

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

Shades of Cape Honey #FFDDA6

Tints of Cape Honey #FFDDA6

Color information

#FFDDA6 (or 0xFFDDA6) is unknown color: approx Cape Honey. HEX triplet: FF, DD and A6. RGB value is (255,221,166). Sum of RGB (Red+Green+Blue) = 255+221+166=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 166 (65.23% from 255 or 25.86% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA6 is #002259. Grayscale: #E1E1E1. Windows color (decimal): -8794 or 10935807. OLE color: 10935807.

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

Color convert

RGB255221166-
CMYK00.130.350
HSL37.08º100%82.55%-
HSV(B)37.08º34.9%100%-
XYZ73.9875.7346.79-
YUV224.994.76149.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 166 (65.23% from 255) = 25.86%
R=39.72%
G=34.42%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522116600.130.35037.0810082.55
HexFFDDA60D230256453
Octal37733524601543045144123
Binary11111111110111011010011001101100011010010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDA6; }

 p { color: rgb(255,221,166); }

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

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

 a { background-color: rgb(255,221,166); }

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

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

 span { border-color: rgb(255,221,166); }

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