Html Css Color HEX #FFD698 Caramel

📋 copy color: '#FFD698'

red 255 ◦ green 214 ◦ blue 152

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

Shades of Caramel #FFD698

Tints of Caramel #FFD698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.48%

R = 41.06%
G = 34.46%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFD698 (or 0xFFD698) is known color: Caramel. HEX triplet: FF, D6 and 98. RGB value is (255,214,152). Sum of RGB (Red+Green+Blue) = 255+214+152=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD698 is #002967. Grayscale: #DBDBDB. Windows color (decimal): -10600 or 10016511. OLE color: 10016511.

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

Color convert

RGB 255 214 152 -
CMYK 0 0.16 0.40 0
HSL 36.12º 1% 0.8% -
HSV(B) 36.12º 0.4% 1% -
XYZ 70.95 71.62 39.79 -
YUV 219.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 255 214 152 0 0.16 0.40 0 36.12 1 0.8
Hex FF D6 98 0 10 28 0 24 64 50
Octal 377 326 230 0 20 50 0 44 144 120
Binary 11111111 11010110 10011000 0 10000 101000 0 100100 1100100 1010000

Color Harmonies of #FFD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD698

Black with #FFD698

Text Example


Text Example

White with #FFD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD698; }

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

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

background-color css

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

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

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

border-color css

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

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

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