#FFDDA0

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

Shades of Cape Honey #FFDDA0

Tints of Cape Honey #FFDDA0

Color information

#FFDDA0 (or 0xFFDDA0) is unknown color: approx Cape Honey. HEX triplet: FF, DD and A0. RGB value is (255,221,160). Sum of RGB (Red+Green+Blue) = 255+221+160=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA0 is #00225F. Grayscale: #E0E0E0. Windows color (decimal): -8800 or 10542591. OLE color: 10542591.

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

Color convert

RGB255221160-
CMYK00.130.370
HSL38.53º100%81.37%-
HSV(B)38.53º37.25%100%-
XYZ73.4475.5143.96-
YUV224.2191.76149.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 160 (62.89% from 255) = 25.16%
R=40.09%
G=34.75%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522116000.130.37038.5310081.37
HexFFDDA00D250276451
Octal37733524001545047144121
Binary11111111110111011010000001101100101010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDA0; }

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

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

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

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

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

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

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

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