Html Css Color HEX #FFD595 Caramel

📋 copy color: '#FFD595'

red 255 ◦ green 213 ◦ blue 149

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

Shades of Caramel #FFD595

Tints of Caramel #FFD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.52%

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

R = 41.33%
G = 34.52%
B = 24.15%

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

#FFD595 (or 0xFFD595) is known color: Caramel. HEX triplet: FF, D5 and 95. RGB value is (255,213,149). Sum of RGB (Red+Green+Blue) = 255+213+149=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD595 is #002A6A. Grayscale: #DADADA. Windows color (decimal): -10859 or 9819647. OLE color: 9819647.

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

Color convert

RGB 255 213 149 -
CMYK 0 0.16 0.42 0
HSL 36.23º 1% 0.79% -
HSV(B) 36.23º 0.42% 1% -
XYZ 70.46 71.02 38.43 -
YUV 218.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 255 213 149 0 0.16 0.42 0 36.23 1 0.79
Hex FF D5 95 0 10 2A 0 24 64 4F
Octal 377 325 225 0 20 52 0 44 144 117
Binary 11111111 11010101 10010101 0 10000 101010 0 100100 1100100 1001111

Color Harmonies of #FFD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD595

Black with #FFD595

Text Example


Text Example

White with #FFD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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