Html Css Color HEX #FDD396 Caramel

📋 copy color: '#FDD396'

red 253 ◦ green 211 ◦ blue 150

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

Shades of Caramel #FDD396

Tints of Caramel #FDD396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 41.21%
G = 34.36%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD396 (or 0xFDD396) is known color: Caramel. HEX triplet: FD, D3 and 96. RGB value is (253,211,150). Sum of RGB (Red+Green+Blue) = 253+211+150=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD396 is #022C69. Grayscale: #D8D8D8. Windows color (decimal): -142442 or 9884669. OLE color: 9884669.

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

Color convert

RGB 253 211 150 -
CMYK 0 0.17 0.41 0.01
HSL 35.53º 0.96% 0.79% -
HSV(B) 35.53º 0.41% 0.99% -
XYZ 69.31 69.67 38.65 -
YUV 216.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 253 211 150 0 0.17 0.41 0.01 35.53 0.96 0.79
Hex FD D3 96 0 11 29 1 24 60 4F
Octal 375 323 226 0 21 51 1 44 140 117
Binary 11111101 11010011 10010110 0 10001 101001 1 100100 1100000 1001111

Color Harmonies of #FDD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD396

Black with #FDD396

Text Example


Text Example

White with #FDD396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD396; }

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

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

background-color css

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

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

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

border-color css

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

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

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