#FFD38E

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

Shades of Caramel #FFD38E

Tints of Caramel #FFD38E

Color information

#FFD38E (or 0xFFD38E) is unknown color: approx Caramel. HEX triplet: FF, D3 and 8E. RGB value is (255,211,142). Sum of RGB (Red+Green+Blue) = 255+211+142=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD38E is #002C71. Grayscale: #D8D8D8. Windows color (decimal): -11378 or 9360383. OLE color: 9360383.

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

Color convert

RGB255211142-
CMYK00.170.440
HSL36.64º100%77.84%-
HSV(B)36.64º44.31%100%-
XYZ69.4269.835.41-
YUV216.2986.08155.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 142 (55.86% from 255) = 23.36%
R=41.94%
G=34.70%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521114200.170.44036.6410077.84
HexFFD38E0112C025644e
Octal37732321602154045144116
Binary111111111101001110001110010001101100010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD38E; }

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

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

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

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

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

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

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

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