Html Css Color HEX #FFD894 Caramel

📋 copy color: '#FFD894'

red 255 ◦ green 216 ◦ blue 148

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

Shades of Caramel #FFD894

Tints of Caramel #FFD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.89%

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

R = 41.2%
G = 34.89%
B = 23.91%

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

#FFD894 (or 0xFFD894) is known color: Caramel. HEX triplet: FF, D8 and 94. RGB value is (255,216,148). Sum of RGB (Red+Green+Blue) = 255+216+148=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD894 is #00276B. Grayscale: #DCDCDC. Windows color (decimal): -10092 or 9754879. OLE color: 9754879.

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

Color convert

RGB 255 216 148 -
CMYK 0 0.15 0.42 0
HSL 38.13º 1% 0.79% -
HSV(B) 38.13º 0.42% 1% -
XYZ 71.14 72.51 38.26 -
YUV 219.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 255 216 148 0 0.15 0.42 0 38.13 1 0.79
Hex FF D8 94 0 F 2A 0 26 64 4F
Octal 377 330 224 0 17 52 0 46 144 117
Binary 11111111 11011000 10010100 0 1111 101010 0 100110 1100100 1001111

Color Harmonies of #FFD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD894

Black with #FFD894

Text Example


Text Example

White with #FFD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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