#FFDC96

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

Shades of Cream Brulee #FFDC96

Tints of Cream Brulee #FFDC96

Color information

#FFDC96 (or 0xFFDC96) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 96. RGB value is (255,220,150). Sum of RGB (Red+Green+Blue) = 255+220+150=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC96 is #002369. Grayscale: #DEDEDE. Windows color (decimal): -9066 or 9886975. OLE color: 9886975.

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

Color convert

RGB255220150-
CMYK00.140.410
HSL40º100%79.41%-
HSV(B)40º41.18%100%-
XYZ72.3474.6539.45-
YUV222.4887.1151.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 150 (58.98% from 255) = 24%
R=40.8%
G=35.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522015000.140.4104010079.41
HexFFDC960E29028644f
Octal37733422601651050144117
Binary11111111110111001001011001110101001010100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC96; }

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

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

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

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

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

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

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

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