#FFDDA7

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

Shades of Cape Honey #FFDDA7

Tints of Cape Honey #FFDDA7

Color information

#FFDDA7 (or 0xFFDDA7) is unknown color: approx Cape Honey. HEX triplet: FF, DD and A7. RGB value is (255,221,167). Sum of RGB (Red+Green+Blue) = 255+221+167=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDDA7 is #002258. Grayscale: #E1E1E1. Windows color (decimal): -8793 or 11001343. OLE color: 11001343.

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

Color convert

RGB255221167-
CMYK00.130.350
HSL36.82º100%82.75%-
HSV(B)36.82º34.51%100%-
XYZ74.0775.7647.28-
YUV225.0195.26149.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=39.66%
G=34.37%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522116700.130.35036.8210082.75
HexFFDDA70D230256453
Octal37733524701543045144123
Binary11111111110111011010011101101100011010010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDA7; }

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

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

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

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

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

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

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

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