Html Css Color HEX #FFD49A Caramel

📋 copy color: '#FFD49A'

red 255 ◦ green 212 ◦ blue 154

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

Shades of Caramel #FFD49A

Tints of Caramel #FFD49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

 BLUE value IS 154 (60.55% from 255) = 24.8%

R = 41.06%
G = 34.14%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFD49A (or 0xFFD49A) is known color: Caramel. HEX triplet: FF, D4 and 9A. RGB value is (255,212,154). Sum of RGB (Red+Green+Blue) = 255+212+154=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD49A is #002B65. Grayscale: #DADADA. Windows color (decimal): -11110 or 10147071. OLE color: 10147071.

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

Color convert

RGB 255 212 154 -
CMYK 0 0.17 0.40 0
HSL 34.46º 1% 0.8% -
HSV(B) 34.46º 0.4% 1% -
XYZ 70.62 70.68 40.49 -
YUV 218.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 255 212 154 0 0.17 0.40 0 34.46 1 0.8
Hex FF D4 9A 0 11 28 0 22 64 50
Octal 377 324 232 0 21 50 0 42 144 120
Binary 11111111 11010100 10011010 0 10001 101000 0 100010 1100100 1010000

Color Harmonies of #FFD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD49A

Black with #FFD49A

Text Example


Text Example

White with #FFD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD49A; }

 p { color: rgb(255,212,154); }

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

background-color css

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

 a { background-color: rgb(255,212,154); }

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

border-color css

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

 span { border-color: rgb(255,212,154); }

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