Html Css Color HEX #FFD695 Caramel

📋 copy color: '#FFD695'

red 255 ◦ green 214 ◦ blue 149

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

Shades of Caramel #FFD695

Tints of Caramel #FFD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.63%

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

R = 41.26%
G = 34.63%
B = 24.11%

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

#FFD695 (or 0xFFD695) is known color: Caramel. HEX triplet: FF, D6 and 95. RGB value is (255,214,149). Sum of RGB (Red+Green+Blue) = 255+214+149=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD695 is #00296A. Grayscale: #DBDBDB. Windows color (decimal): -10603 or 9819903. OLE color: 9819903.

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

Color convert

RGB 255 214 149 -
CMYK 0 0.16 0.42 0
HSL 36.79º 1% 0.79% -
HSV(B) 36.79º 0.42% 1% -
XYZ 70.71 71.52 38.51 -
YUV 218.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 255 214 149 0 0.16 0.42 0 36.79 1 0.79
Hex FF D6 95 0 10 2A 0 25 64 4F
Octal 377 326 225 0 20 52 0 45 144 117
Binary 11111111 11010110 10010101 0 10000 101010 0 100101 1100100 1001111

Color Harmonies of #FFD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD695

Black with #FFD695

Text Example


Text Example

White with #FFD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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