#FDDC97

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

Shades of Cream Brulee #FDDC97

Tints of Cream Brulee #FDDC97

Color information

#FDDC97 (or 0xFDDC97) is unknown color: approx Cream Brulee. HEX triplet: FD, DC and 97. RGB value is (253,220,151). Sum of RGB (Red+Green+Blue) = 253+220+151=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC97 is #022368. Grayscale: #DEDEDE. Windows color (decimal): -140137 or 9952509. OLE color: 9952509.

HSL color Cylindrical-coordinate representation of color #FDDC97: hue angle of 40.59º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDC97 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253220151-
CMYK00.130.400.01
HSL40.59º96.23%79.22%-
HSV(B)40.59º40.32%99.22%-
XYZ71.6974.339.84-
YUV22287.93150.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 151 (59.38% from 255) = 24.20%
R=40.54%
G=35.26%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322015100.130.400.0140.5996.2379.22
HexFDDC970D28129604f
Octal37533422701550151140117
Binary11111101110111001001011101101101000110100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC97; }

 p { color: rgb(253,220,151); }

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

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

 a { background-color: rgb(253,220,151); }

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

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

 span { border-color: rgb(253,220,151); }

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