#FDD691

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

Shades of Caramel #FDD691

Tints of Caramel #FDD691

Color information

#FDD691 (or 0xFDD691) is unknown color: approx Caramel. HEX triplet: FD, D6 and 91. RGB value is (253,214,145). Sum of RGB (Red+Green+Blue) = 253+214+145=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD691 is #02296E. Grayscale: #DADADA. Windows color (decimal): -141679 or 9557757. OLE color: 9557757.

HSL color Cylindrical-coordinate representation of color #FDD691: hue angle of 38.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD691 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253214145-
CMYK00.150.430.01
HSL38.33º96.43%78.04%-
HSV(B)38.33º42.69%99.22%-
XYZ69.6771.0236.82-
YUV217.886.92153.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 145 (57.03% from 255) = 23.69%
R=41.34%
G=34.97%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321414500.150.430.0138.3396.4378.04
HexFDD6910F2B126604e
Octal37532622101753146140116
Binary11111101110101101001000101111101011110011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD691; }

 p { color: rgb(253,214,145); }

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

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

 a { background-color: rgb(253,214,145); }

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

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

 span { border-color: rgb(253,214,145); }

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