Html Css Color HEX #FDD796 Caramel

📋 copy color: '#FDD796'

red 253 ◦ green 215 ◦ blue 150

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

Shades of Caramel #FDD796

Tints of Caramel #FDD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.79%

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

R = 40.94%
G = 34.79%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD796 (or 0xFDD796) is known color: Caramel. HEX triplet: FD, D7 and 96. RGB value is (253,215,150). Sum of RGB (Red+Green+Blue) = 253+215+150=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD796 is #022869. Grayscale: #DBDBDB. Windows color (decimal): -141418 or 9885693. OLE color: 9885693.

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

Color convert

RGB 253 215 150 -
CMYK 0 0.15 0.41 0.01
HSL 37.86º 0.96% 0.79% -
HSV(B) 37.86º 0.41% 0.99% -
XYZ 70.31 71.69 38.98 -
YUV 218.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 253 215 150 0 0.15 0.41 0.01 37.86 0.96 0.79
Hex FD D7 96 0 F 29 1 26 60 4F
Octal 375 327 226 0 17 51 1 46 140 117
Binary 11111101 11010111 10010110 0 1111 101001 1 100110 1100000 1001111

Color Harmonies of #FDD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD796

Black with #FDD796

Text Example


Text Example

White with #FDD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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