#FFDDA2

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

Shades of Cape Honey #FFDDA2

Tints of Cape Honey #FFDDA2

Color information

#FFDDA2 (or 0xFFDDA2) is unknown color: approx Cape Honey. HEX triplet: FF, DD and A2. RGB value is (255,221,162). Sum of RGB (Red+Green+Blue) = 255+221+162=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA2 is #00225D. Grayscale: #E0E0E0. Windows color (decimal): -8798 or 10673663. OLE color: 10673663.

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

Color convert

RGB255221162-
CMYK00.130.360
HSL38.06º100%81.76%-
HSV(B)38.06º36.47%100%-
XYZ73.6275.5844.89-
YUV224.4492.76149.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=39.97%
G=34.64%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522116200.130.36038.0610081.76
HexFFDDA20D240266452
Octal37733524201544046144122
Binary11111111110111011010001001101100100010011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDA2; }

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

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

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

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

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

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

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

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