Html Css Color HEX #FFD194 Caramel

📋 copy color: '#FFD194'

red 255 ◦ green 209 ◦ blue 148

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

Shades of Caramel #FFD194

Tints of Caramel #FFD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.15%

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

R = 41.67%
G = 34.15%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD194 (or 0xFFD194) is known color: Caramel. HEX triplet: FF, D1 and 94. RGB value is (255,209,148). Sum of RGB (Red+Green+Blue) = 255+209+148=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD194 is #002E6B. Grayscale: #D8D8D8. Windows color (decimal): -11884 or 9753087. OLE color: 9753087.

HSL color Cylindrical-coordinate representation of color #FFD194: hue angle of 34.21º 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 #FFD194 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 148 -
CMYK 0 0.18 0.42 0
HSL 34.21º 1% 0.79% -
HSV(B) 34.21º 0.42% 1% -
XYZ 69.39 69 37.68 -
YUV 215.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 255 209 148 0 0.18 0.42 0 34.21 1 0.79
Hex FF D1 94 0 12 2A 0 22 64 4F
Octal 377 321 224 0 22 52 0 42 144 117
Binary 11111111 11010001 10010100 0 10010 101010 0 100010 1100100 1001111

Color Harmonies of #FFD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD194

Black with #FFD194

Text Example


Text Example

White with #FFD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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