#FFD28C

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

Shades of Caramel #FFD28C

Tints of Caramel #FFD28C

Color information

#FFD28C (or 0xFFD28C) is unknown color: approx Caramel. HEX triplet: FF, D2 and 8C. RGB value is (255,210,140). Sum of RGB (Red+Green+Blue) = 255+210+140=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28C is #002D73. Grayscale: #D7D7D7. Windows color (decimal): -11636 or 9229055. OLE color: 9229055.

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

Color convert

RGB255210140-
CMYK00.180.450
HSL36.52º100%77.45%-
HSV(B)36.52º45.1%100%-
XYZ69.0269.2534.54-
YUV215.4885.41156.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=42.15%
G=34.71%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521014000.180.45036.5210077.45
HexFFD28C0122D025644d
Octal37732221402255045144115
Binary111111111101001010001100010010101101010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD28C; }

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

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

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

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

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

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

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

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