#FFDD98

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

Shades of Cream Brulee #FFDD98

Tints of Cream Brulee #FFDD98

Color information

#FFDD98 (or 0xFFDD98) is unknown color: approx Cream Brulee. HEX triplet: FF, DD and 98. RGB value is (255,221,152). Sum of RGB (Red+Green+Blue) = 255+221+152=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD98 is #002267. Grayscale: #DFDFDF. Windows color (decimal): -8808 or 10018303. OLE color: 10018303.

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

Color convert

RGB255221152-
CMYK00.130.400
HSL40.19º100%79.8%-
HSV(B)40.19º40.39%100%-
XYZ72.7675.2440.39-
YUV223.387.76150.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 152 (59.77% from 255) = 24.20%
R=40.61%
G=35.19%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522115200.130.40040.1910079.8
HexFFDD980D280286450
Octal37733523001550050144120
Binary11111111110111011001100001101101000010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD98; }

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

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

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

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

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

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

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

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