Html Css Color HEX #FFD994 Caramel

📋 copy color: '#FFD994'

red 255 ◦ green 217 ◦ blue 148

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

Shades of Caramel #FFD994

Tints of Caramel #FFD994

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35%

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

R = 41.13%
G = 35%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD994 (or 0xFFD994) is known color: Caramel. HEX triplet: FF, D9 and 94. RGB value is (255,217,148). Sum of RGB (Red+Green+Blue) = 255+217+148=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD994 is #00266B. Grayscale: #DCDCDC. Windows color (decimal): -9836 or 9755135. OLE color: 9755135.

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

Color convert

RGB 255 217 148 -
CMYK 0 0.15 0.42 0
HSL 38.69º 1% 0.79% -
HSV(B) 38.69º 0.42% 1% -
XYZ 71.4 73.02 38.35 -
YUV 220.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 255 217 148 0 0.15 0.42 0 38.69 1 0.79
Hex FF D9 94 0 F 2A 0 27 64 4F
Octal 377 331 224 0 17 52 0 47 144 117
Binary 11111111 11011001 10010100 0 1111 101010 0 100111 1100100 1001111

Color Harmonies of #FFD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD994

Black with #FFD994

Text Example


Text Example

White with #FFD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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