#FFD29E

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

Shades of Caramel #FFD29E

Tints of Caramel #FFD29E

Color information

#FFD29E (or 0xFFD29E) is unknown color: approx Caramel. HEX triplet: FF, D2 and 9E. RGB value is (255,210,158). Sum of RGB (Red+Green+Blue) = 255+210+158=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29E is #002D61. Grayscale: #D9D9D9. Windows color (decimal): -11618 or 10408703. OLE color: 10408703.

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

Color convert

RGB255210158-
CMYK00.180.380
HSL32.16º100%80.98%-
HSV(B)32.16º38.04%100%-
XYZ70.4669.8242.11-
YUV217.5394.41154.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=40.93%
G=33.71%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521015800.180.38032.1610080.98
HexFFD29E012260206451
Octal37732223602246040144121
Binary111111111101001010011110010010100110010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD29E; }

 p { color: rgb(255,210,158); }

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

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

 a { background-color: rgb(255,210,158); }

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

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

 span { border-color: rgb(255,210,158); }

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