Html Css Color HEX #FFD895 Caramel

📋 copy color: '#FFD895'

red 255 ◦ green 216 ◦ blue 149

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

Shades of Caramel #FFD895

Tints of Caramel #FFD895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.03%

R = 41.13%
G = 34.84%
B = 24.03%

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

#FFD895 (or 0xFFD895) is known color: Caramel. HEX triplet: FF, D8 and 95. RGB value is (255,216,149). Sum of RGB (Red+Green+Blue) = 255+216+149=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD895 is #00276A. Grayscale: #DCDCDC. Windows color (decimal): -10091 or 9820415. OLE color: 9820415.

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

Color convert

RGB 255 216 149 -
CMYK 0 0.15 0.42 0
HSL 37.92º 1% 0.79% -
HSV(B) 37.92º 0.42% 1% -
XYZ 71.22 72.54 38.68 -
YUV 220.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 255 216 149 0 0.15 0.42 0 37.92 1 0.79
Hex FF D8 95 0 F 2A 0 26 64 4F
Octal 377 330 225 0 17 52 0 46 144 117
Binary 11111111 11011000 10010101 0 1111 101010 0 100110 1100100 1001111

Color Harmonies of #FFD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD895

Black with #FFD895

Text Example


Text Example

White with #FFD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD895; }

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

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

background-color css

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

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

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

border-color css

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

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

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