Html Css Color HEX #FFD296 Caramel

📋 copy color: '#FFD296'

red 255 ◦ green 210 ◦ blue 150

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

Shades of Caramel #FFD296

Tints of Caramel #FFD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.15%

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

R = 41.46%
G = 34.15%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFD296 (or 0xFFD296) is known color: Caramel. HEX triplet: FF, D2 and 96. RGB value is (255,210,150). Sum of RGB (Red+Green+Blue) = 255+210+150=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD296 is #002D69. Grayscale: #D8D8D8. Windows color (decimal): -11626 or 9884415. OLE color: 9884415.

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

Color convert

RGB 255 210 150 -
CMYK 0 0.18 0.41 0
HSL 34.29º 1% 0.79% -
HSV(B) 34.29º 0.41% 1% -
XYZ 69.79 69.56 38.6 -
YUV 216.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 255 210 150 0 0.18 0.41 0 34.29 1 0.79
Hex FF D2 96 0 12 29 0 22 64 4F
Octal 377 322 226 0 22 51 0 42 144 117
Binary 11111111 11010010 10010110 0 10010 101001 0 100010 1100100 1001111

Color Harmonies of #FFD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD296

Black with #FFD296

Text Example


Text Example

White with #FFD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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