Html Css Color HEX #FFD795 Caramel

📋 copy color: '#FFD795'

red 255 ◦ green 215 ◦ blue 149

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

Shades of Caramel #FFD795

Tints of Caramel #FFD795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.73%

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

R = 41.2%
G = 34.73%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD795 (or 0xFFD795) is known color: Caramel. HEX triplet: FF, D7 and 95. RGB value is (255,215,149). Sum of RGB (Red+Green+Blue) = 255+215+149=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD795 is #00286A. Grayscale: #DBDBDB. Windows color (decimal): -10347 or 9820159. OLE color: 9820159.

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

Color convert

RGB 255 215 149 -
CMYK 0 0.16 0.42 0
HSL 37.36º 1% 0.79% -
HSV(B) 37.36º 0.42% 1% -
XYZ 70.97 72.03 38.6 -
YUV 219.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 255 215 149 0 0.16 0.42 0 37.36 1 0.79
Hex FF D7 95 0 10 2A 0 25 64 4F
Octal 377 327 225 0 20 52 0 45 144 117
Binary 11111111 11010111 10010101 0 10000 101010 0 100101 1100100 1001111

Color Harmonies of #FFD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD795

Black with #FFD795

Text Example


Text Example

White with #FFD795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD795; }

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

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

background-color css

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

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

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

border-color css

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

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

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