Html Css Color HEX #FFD794 Caramel

📋 copy color: '#FFD794'

red 255 ◦ green 215 ◦ blue 148

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

Shades of Caramel #FFD794

Tints of Caramel #FFD794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.95%

R = 41.26%
G = 34.79%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD794 (or 0xFFD794) is known color: Caramel. HEX triplet: FF, D7 and 94. RGB value is (255,215,148). Sum of RGB (Red+Green+Blue) = 255+215+148=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD794 is #00286B. Grayscale: #DBDBDB. Windows color (decimal): -10348 or 9754623. OLE color: 9754623.

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

Color convert

RGB 255 215 148 -
CMYK 0 0.16 0.42 0
HSL 37.57º 1% 0.79% -
HSV(B) 37.57º 0.42% 1% -
XYZ 70.89 72 38.18 -
YUV 219.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 255 215 148 0 0.16 0.42 0 37.57 1 0.79
Hex FF D7 94 0 10 2A 0 26 64 4F
Octal 377 327 224 0 20 52 0 46 144 117
Binary 11111111 11010111 10010100 0 10000 101010 0 100110 1100100 1001111

Color Harmonies of #FFD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD794

Black with #FFD794

Text Example


Text Example

White with #FFD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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