#FFDD9B

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

Shades of Cream Brulee #FFDD9B

Tints of Cream Brulee #FFDD9B

Color information

#FFDD9B (or 0xFFDD9B) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 9B. RGB value is (255,221,155). Sum of RGB (Red+Green+Blue) = 255+221+155=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9B is #002264. Grayscale: #DFDFDF. Windows color (decimal): -8805 or 10214911. OLE color: 10214911.

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

Color convert

RGB255221155-
CMYK00.130.390
HSL39.6º100%80.39%-
HSV(B)39.6º39.22%100%-
XYZ73.0175.3441.7-
YUV223.6489.26150.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 155 (60.94% from 255) = 24.56%
R=40.41%
G=35.02%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115500.130.39039.610080.39
HexFFDD9B0D270286450
Octal37733523301547050144120
Binary11111111110111011001101101101100111010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD9B; }

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

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

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

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

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

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

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

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