Html Css Color HEX #FFD596 Caramel

📋 copy color: '#FFD596'

red 255 ◦ green 213 ◦ blue 150

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

Shades of Caramel #FFD596

Tints of Caramel #FFD596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.27%

R = 41.26%
G = 34.47%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFD596 (or 0xFFD596) is known color: Caramel. HEX triplet: FF, D5 and 96. RGB value is (255,213,150). Sum of RGB (Red+Green+Blue) = 255+213+150=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD596 is #002A69. Grayscale: #DADADA. Windows color (decimal): -10858 or 9885183. OLE color: 9885183.

HSL color Cylindrical-coordinate representation of color #FFD596: hue angle of 36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFD596 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 150 -
CMYK 0 0.16 0.41 0
HSL 36º 1% 0.79% -
HSV(B) 36º 0.41% 1% -
XYZ 70.54 71.05 38.85 -
YUV 218.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 255 213 150 0 0.16 0.41 0 36 1 0.79
Hex FF D5 96 0 10 29 0 24 64 4F
Octal 377 325 226 0 20 51 0 44 144 117
Binary 11111111 11010101 10010110 0 10000 101001 0 100100 1100100 1001111

Color Harmonies of #FFD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD596

Black with #FFD596

Text Example


Text Example

White with #FFD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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