Html Css Color HEX #FFD395 Caramel

📋 copy color: '#FFD395'

red 255 ◦ green 211 ◦ blue 149

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

Shades of Caramel #FFD395

Tints of Caramel #FFD395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

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

R = 41.46%
G = 34.31%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFD395 (or 0xFFD395) is known color: Caramel. HEX triplet: FF, D3 and 95. RGB value is (255,211,149). Sum of RGB (Red+Green+Blue) = 255+211+149=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD395 is #002C6A. Grayscale: #D9D9D9. Windows color (decimal): -11371 or 9819135. OLE color: 9819135.

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

Color convert

RGB 255 211 149 -
CMYK 0 0.17 0.42 0
HSL 35.09º 1% 0.79% -
HSV(B) 35.09º 0.42% 1% -
XYZ 69.96 70.02 38.26 -
YUV 217.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 255 211 149 0 0.17 0.42 0 35.09 1 0.79
Hex FF D3 95 0 11 2A 0 23 64 4F
Octal 377 323 225 0 21 52 0 43 144 117
Binary 11111111 11010011 10010101 0 10001 101010 0 100011 1100100 1001111

Color Harmonies of #FFD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD395

Black with #FFD395

Text Example


Text Example

White with #FFD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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