#FFDD9C

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

Shades of Cream Brulee #FFDD9C

Tints of Cream Brulee #FFDD9C

Color information

#FFDD9C (or 0xFFDD9C) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 9C. RGB value is (255,221,156). Sum of RGB (Red+Green+Blue) = 255+221+156=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9C is #002263. Grayscale: #E0E0E0. Windows color (decimal): -8804 or 10280447. OLE color: 10280447.

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

Color convert

RGB255221156-
CMYK00.130.390
HSL39.39º100%80.59%-
HSV(B)39.39º38.82%100%-
XYZ73.175.3742.15-
YUV223.7689.76150.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 156 (61.33% from 255) = 24.68%
R=40.35%
G=34.97%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115600.130.39039.3910080.59
HexFFDD9C0D270276451
Octal37733523401547047144121
Binary11111111110111011001110001101100111010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD9C; }

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

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

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

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

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

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

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

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