Html Css Color HEX #FDD397 Caramel

📋 copy color: '#FDD397'

red 253 ◦ green 211 ◦ blue 151

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

Shades of Caramel #FDD397

Tints of Caramel #FDD397

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

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

R = 41.14%
G = 34.31%
B = 24.55%

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

#FDD397 (or 0xFDD397) is known color: Caramel. HEX triplet: FD, D3 and 97. RGB value is (253,211,151). Sum of RGB (Red+Green+Blue) = 253+211+151=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD397 is #022C68. Grayscale: #D9D9D9. Windows color (decimal): -142441 or 9950205. OLE color: 9950205.

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

Color convert

RGB 253 211 151 -
CMYK 0 0.17 0.40 0.01
HSL 35.29º 0.96% 0.79% -
HSV(B) 35.29º 0.4% 0.99% -
XYZ 69.39 69.71 39.08 -
YUV 216.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 253 211 151 0 0.17 0.40 0.01 35.29 0.96 0.79
Hex FD D3 97 0 11 28 1 23 60 4F
Octal 375 323 227 0 21 50 1 43 140 117
Binary 11111101 11010011 10010111 0 10001 101000 1 100011 1100000 1001111

Color Harmonies of #FDD397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD397

Black with #FDD397

Text Example


Text Example

White with #FDD397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD397; }

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

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

background-color css

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

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

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

border-color css

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

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

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