#FFD69A

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

Shades of Caramel #FFD69A

Tints of Caramel #FFD69A

Color information

#FFD69A (or 0xFFD69A) is unknown color: approx Caramel. HEX triplet: FF, D6 and 9A. RGB value is (255,214,154). Sum of RGB (Red+Green+Blue) = 255+214+154=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD69A is #002965. Grayscale: #DBDBDB. Windows color (decimal): -10598 or 10147583. OLE color: 10147583.

HSL color Cylindrical-coordinate representation of color #FFD69A: hue angle of 35.64º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD69A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255214154-
CMYK00.160.400
HSL35.64º100%80.2%-
HSV(B)35.64º39.61%100%-
XYZ71.1271.6940.66-
YUV219.4291.08153.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 154 (60.55% from 255) = 24.72%
R=40.93%
G=34.35%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521415400.160.40035.6410080.2
HexFFD69A010280246450
Octal37732623202050044144120
Binary111111111101011010011010010000101000010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD69A; }

 p { color: rgb(255,214,154); }

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

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

 a { background-color: rgb(255,214,154); }

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

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

 span { border-color: rgb(255,214,154); }

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