#FFD48E

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

Shades of Caramel #FFD48E

Tints of Caramel #FFD48E

Color information

#FFD48E (or 0xFFD48E) is unknown color: approx Caramel. HEX triplet: FF, D4 and 8E. RGB value is (255,212,142). Sum of RGB (Red+Green+Blue) = 255+212+142=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48E is #002B71. Grayscale: #D9D9D9. Windows color (decimal): -11122 or 9360639. OLE color: 9360639.

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

Color convert

RGB255212142-
CMYK00.170.440
HSL37.17º100%77.84%-
HSV(B)37.17º44.31%100%-
XYZ69.6770.335.49-
YUV216.8885.75155.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 142 (55.86% from 255) = 23.32%
R=41.87%
G=34.81%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521214200.170.44037.1710077.84
HexFFD48E0112C025644e
Octal37732421602154045144116
Binary111111111101010010001110010001101100010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD48E; }

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

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

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

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

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

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

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

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