#FFD393

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

Shades of Caramel #FFD393

Tints of Caramel #FFD393

Color information

#FFD393 (or 0xFFD393) is unknown color: approx Caramel. HEX triplet: FF, D3 and 93. RGB value is (255,211,147). Sum of RGB (Red+Green+Blue) = 255+211+147=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD393 is #002C6C. Grayscale: #D9D9D9. Windows color (decimal): -11373 or 9688063. OLE color: 9688063.

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

Color convert

RGB255211147-
CMYK00.170.420
HSL35.56º100%78.82%-
HSV(B)35.56º42.35%100%-
XYZ69.869.9637.43-
YUV216.8688.58155.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=41.60%
G=34.42%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521114700.170.42035.5610078.82
HexFFD3930112A024644f
Octal37732322302152044144117
Binary111111111101001110010011010001101010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD393; }

 p { color: rgb(255,211,147); }

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

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

 a { background-color: rgb(255,211,147); }

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

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

 span { border-color: rgb(255,211,147); }

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