#FFD094

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

Shades of Caramel #FFD094

Tints of Caramel #FFD094

Color information

#FFD094 (or 0xFFD094) is unknown color: approx Caramel. HEX triplet: FF, D0 and 94. RGB value is (255,208,148). Sum of RGB (Red+Green+Blue) = 255+208+148=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD094 is #002F6B. Grayscale: #D7D7D7. Windows color (decimal): -12140 or 9752831. OLE color: 9752831.

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

Color convert

RGB255208148-
CMYK00.180.420
HSL33.64º100%79.02%-
HSV(B)33.64º41.96%100%-
XYZ69.1468.5137.6-
YUV215.2190.07156.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 148 (58.20% from 255) = 24.22%
R=41.73%
G=34.04%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520814800.180.42033.6410079.02
HexFFD0940122A022644f
Octal37732022402252042144117
Binary111111111101000010010100010010101010010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD094; }

 p { color: rgb(255,208,148); }

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

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

 a { background-color: rgb(255,208,148); }

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

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

 span { border-color: rgb(255,208,148); }

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