Html Css Color HEX #FDD197 Caramel

📋 copy color: '#FDD197'

red 253 ◦ green 209 ◦ blue 151

#FDD197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caramel #FDD197

Tints of Caramel #FDD197

RGB

 RED value IS 253 (99.22% from 255) = 41.27%

 GREEN value IS 209 (82.03% from 255) = 34.09%

 BLUE value IS 151 (59.38% from 255) = 24.63%

R = 41.27%
G = 34.09%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDD197 (or 0xFDD197) is known color: Caramel. HEX triplet: FD, D1 and 97. RGB value is (253,209,151). Sum of RGB (Red+Green+Blue) = 253+209+151=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD197 is #022E68. Grayscale: #D7D7D7. Windows color (decimal): -142953 or 9949693. OLE color: 9949693.

HSL color Cylindrical-coordinate representation of color #FDD197: hue angle of 34.12º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD197 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 151 -
CMYK 0 0.17 0.40 0.01
HSL 34.12º 0.96% 0.79% -
HSV(B) 34.12º 0.4% 0.99% -
XYZ 68.89 68.72 38.91 -
YUV 215.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 253 209 151 0 0.17 0.40 0.01 34.12 0.96 0.79
Hex FD D1 97 0 11 28 1 22 60 4F
Octal 375 321 227 0 21 50 1 42 140 117
Binary 11111101 11010001 10010111 0 10001 101000 1 100010 1100000 1001111

Color Harmonies of #FDD197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD197

Black with #FDD197

Text Example


Text Example

White with #FDD197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD197; }

 p { color: rgb(253,209,151); }

 H1.HeaderClassName
 {
   color: #FDD197;
 }
 .AnyTagClassName
 {
   color: #FDD197;
 }
</style>

background-color css

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

 a { background-color: rgb(253,209,151); }

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

border-color css

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

 span { border-color: rgb(253,209,151); }

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