Html Css Color HEX #FFD796 Caramel

📋 copy color: '#FFD796'

red 255 ◦ green 215 ◦ blue 150

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

Shades of Caramel #FFD796

Tints of Caramel #FFD796

RGB

 RED value IS 255 (100% from 255) = 41.13%

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

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

R = 41.13%
G = 34.68%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFD796 (or 0xFFD796) is known color: Caramel. HEX triplet: FF, D7 and 96. RGB value is (255,215,150). Sum of RGB (Red+Green+Blue) = 255+215+150=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD796 is #002869. Grayscale: #DBDBDB. Windows color (decimal): -10346 or 9885695. OLE color: 9885695.

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

Color convert

RGB 255 215 150 -
CMYK 0 0.16 0.41 0
HSL 37.14º 1% 0.79% -
HSV(B) 37.14º 0.41% 1% -
XYZ 71.05 72.06 39.02 -
YUV 219.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 255 215 150 0 0.16 0.41 0 37.14 1 0.79
Hex FF D7 96 0 10 29 0 25 64 4F
Octal 377 327 226 0 20 51 0 45 144 117
Binary 11111111 11010111 10010110 0 10000 101001 0 100101 1100100 1001111

Color Harmonies of #FFD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD796

Black with #FFD796

Text Example


Text Example

White with #FFD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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