#FFDD97

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

Shades of Cream Brulee #FFDD97

Tints of Cream Brulee #FFDD97

Color information

#FFDD97 (or 0xFFDD97) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 97. RGB value is (255,221,151). Sum of RGB (Red+Green+Blue) = 255+221+151=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD97 is #002268. Grayscale: #DFDFDF. Windows color (decimal): -8809 or 9952767. OLE color: 9952767.

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

Color convert

RGB255221151-
CMYK00.130.410
HSL40.38º100%79.61%-
HSV(B)40.38º40.78%100%-
XYZ72.6875.2139.96-
YUV223.1987.26150.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 151 (59.38% from 255) = 24.08%
R=40.67%
G=35.25%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115100.130.41040.3810079.61
HexFFDD970D290286450
Octal37733522701551050144120
Binary11111111110111011001011101101101001010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD97; }

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

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

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

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

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

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

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

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