#FDD193

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

Shades of Caramel #FDD193

Tints of Caramel #FDD193

Color information

#FDD193 (or 0xFDD193) is unknown color: approx Caramel. HEX triplet: FD, D1 and 93. RGB value is (253,209,147). Sum of RGB (Red+Green+Blue) = 253+209+147=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD193 is #022E6C. Grayscale: #D7D7D7. Windows color (decimal): -142957 or 9687549. OLE color: 9687549.

HSL color Cylindrical-coordinate representation of color #FDD193: hue angle of 35.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD193 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253209147-
CMYK00.170.420.01
HSL35.09º96.36%78.43%-
HSV(B)35.09º41.9%99.22%-
XYZ68.5768.5937.23-
YUV215.0989.58155.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 147 (57.81% from 255) = 24.14%
R=41.54%
G=34.32%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320914700.170.420.0135.0996.3678.43
HexFDD1930112A123604e
Octal37532122302152143140116
Binary111111011101000110010011010001101010110001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD193; }

 p { color: rgb(253,209,147); }

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

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

 a { background-color: rgb(253,209,147); }

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

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

 span { border-color: rgb(253,209,147); }

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