#FFDD99

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

Shades of Cream Brulee #FFDD99

Tints of Cream Brulee #FFDD99

Color information

#FFDD99 (or 0xFFDD99) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 99. RGB value is (255,221,153). Sum of RGB (Red+Green+Blue) = 255+221+153=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 153 (60.16% from 255 or 24.32% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD99 is #002266. Grayscale: #DFDFDF. Windows color (decimal): -8807 or 10083839. OLE color: 10083839.

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

Color convert

RGB255221153-
CMYK00.130.40
HSL40º100%80%-
HSV(B)40º40%100%-
XYZ72.8575.2740.83-
YUV223.4188.26150.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 153 (60.16% from 255) = 24.32%
R=40.54%
G=35.14%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115300.130.404010080
HexFFDD990D280286450
Octal37733523101550050144120
Binary11111111110111011001100101101101000010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD99; }

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

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

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

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

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

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

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

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