#FFDC99

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

Shades of Cream Brulee #FFDC99

Tints of Cream Brulee #FFDC99

Color information

#FFDC99 (or 0xFFDC99) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 99. RGB value is (255,220,153). Sum of RGB (Red+Green+Blue) = 255+220+153=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC99 is #002366. Grayscale: #DFDFDF. Windows color (decimal): -9063 or 10083583. OLE color: 10083583.

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

Color convert

RGB255220153-
CMYK00.140.40
HSL39.41º100%80%-
HSV(B)39.41º40%100%-
XYZ72.5874.7540.74-
YUV222.8388.6150.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 153 (60.16% from 255) = 24.36%
R=40.61%
G=35.03%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522015300.140.4039.4110080
HexFFDC990E280276450
Octal37733423101650047144120
Binary11111111110111001001100101110101000010011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC99; }

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

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

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

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

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

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

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

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