#FFDC95

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

Shades of Cream Brulee #FFDC95

Tints of Cream Brulee #FFDC95

Color information

#FFDC95 (or 0xFFDC95) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 95. RGB value is (255,220,149). Sum of RGB (Red+Green+Blue) = 255+220+149=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC95 is #00236A. Grayscale: #DEDEDE. Windows color (decimal): -9067 or 9821439. OLE color: 9821439.

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

Color convert

RGB255220149-
CMYK00.140.420
HSL40.19º100%79.22%-
HSV(B)40.19º41.57%100%-
XYZ72.2674.6239.03-
YUV222.3786.6151.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=40.87%
G=35.26%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522014900.140.42040.1910079.22
HexFFDC950E2A028644f
Octal37733422501652050144117
Binary11111111110111001001010101110101010010100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC95; }

 p { color: rgb(255,220,149); }

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

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

 a { background-color: rgb(255,220,149); }

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

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

 span { border-color: rgb(255,220,149); }

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