Html Css Color HEX #FFD995 Caramel

📋 copy color: '#FFD995'

red 255 ◦ green 217 ◦ blue 149

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

Shades of Caramel #FFD995

Tints of Caramel #FFD995

RGB

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

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

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

R = 41.06%
G = 34.94%
B = 23.99%

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

#FFD995 (or 0xFFD995) is known color: Caramel. HEX triplet: FF, D9 and 95. RGB value is (255,217,149). Sum of RGB (Red+Green+Blue) = 255+217+149=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD995 is #00266A. Grayscale: #DCDCDC. Windows color (decimal): -9835 or 9820671. OLE color: 9820671.

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

Color convert

RGB 255 217 149 -
CMYK 0 0.15 0.42 0
HSL 38.49º 1% 0.79% -
HSV(B) 38.49º 0.42% 1% -
XYZ 71.48 73.06 38.77 -
YUV 220.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 255 217 149 0 0.15 0.42 0 38.49 1 0.79
Hex FF D9 95 0 F 2A 0 26 64 4F
Octal 377 331 225 0 17 52 0 46 144 117
Binary 11111111 11011001 10010101 0 1111 101010 0 100110 1100100 1001111

Color Harmonies of #FFD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD995

Black with #FFD995

Text Example


Text Example

White with #FFD995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD995; }

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

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

background-color css

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

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

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

border-color css

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

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

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