#FFDC98

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

Shades of Cream Brulee #FFDC98

Tints of Cream Brulee #FFDC98

Color information

#FFDC98 (or 0xFFDC98) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 98. RGB value is (255,220,152). Sum of RGB (Red+Green+Blue) = 255+220+152=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC98 is #002367. Grayscale: #DFDFDF. Windows color (decimal): -9064 or 10018047. OLE color: 10018047.

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

Color convert

RGB255220152-
CMYK00.140.400
HSL39.61º100%79.8%-
HSV(B)39.61º40.39%100%-
XYZ72.574.7140.31-
YUV222.7188.1151.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 152 (59.77% from 255) = 24.24%
R=40.67%
G=35.09%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522015200.140.40039.6110079.8
HexFFDC980E280286450
Octal37733423001650050144120
Binary11111111110111001001100001110101000010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC98; }

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

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

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

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

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

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

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

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