#FFDC8E

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

Shades of Cream Brulee #FFDC8E

Tints of Cream Brulee #FFDC8E

Color information

#FFDC8E (or 0xFFDC8E) is unknown color: approx Cream Brulee. HEX triplet: FF, DC and 8E. RGB value is (255,220,142). Sum of RGB (Red+Green+Blue) = 255+220+142=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8E is #002371. Grayscale: #DDDDDD. Windows color (decimal): -9074 or 9362687. OLE color: 9362687.

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

Color convert

RGB255220142-
CMYK00.140.440
HSL41.42º100%77.84%-
HSV(B)41.42º44.31%100%-
XYZ71.7274.436.17-
YUV221.5783.1151.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 23.01%
R=41.33%
G=35.66%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522014200.140.44041.4210077.84
HexFFDC8E0E2C029644e
Octal37733421601654051144116
Binary11111111110111001000111001110101100010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC8E; }

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

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

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

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

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

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

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

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