#ffdd96

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

Shades of Cream Brulee #FFDD96

Tints of Cream Brulee #FFDD96

Color information

#FFDD96 (or 0xFFDD96) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 96. RGB value is (255,221,150). Sum of RGB (Red+Green+Blue) = 255+221+150=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD96 is #002269. Grayscale: #DFDFDF. Windows color (decimal): -8810 or 9887231. OLE color: 9887231.

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

Color convert

RGB255221150-
CMYK00.130.410
HSL40.57º100%79.41%-
HSV(B)40.57º41.18%100%-
XYZ72.675.1739.54-
YUV223.0786.76150.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 150 (58.98% from 255) = 23.96%
R=40.73%
G=35.30%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115000.130.41040.5710079.41
HexFFDD960D29029644f
Octal37733522601551051144117
Binary11111111110111011001011001101101001010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffdd96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffdd96; }

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

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

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

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

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

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

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

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