#FFDC9A

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

Shades of Cream Brulee #FFDC9A

Tints of Cream Brulee #FFDC9A

Color information

#FFDC9A (or 0xFFDC9A) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 9A. RGB value is (255,220,154). Sum of RGB (Red+Green+Blue) = 255+220+154=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9A is #002365. Grayscale: #DFDFDF. Windows color (decimal): -9062 or 10149119. OLE color: 10149119.

HSL color Cylindrical-coordinate representation of color #FFDC9A: hue angle of 39.21º 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 #FFDC9A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255220154-
CMYK00.140.400
HSL39.21º100%80.2%-
HSV(B)39.21º39.61%100%-
XYZ72.6774.7841.18-
YUV222.9489.1150.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 154 (60.55% from 255) = 24.48%
R=40.54%
G=34.98%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522015400.140.40039.2110080.2
HexFFDC9A0E280276450
Octal37733423201650047144120
Binary11111111110111001001101001110101000010011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC9A; }

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

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

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

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

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

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

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

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