Html Css Color HEX #FFD18C Caramel

📋 copy color: '#FFD18C'

red 255 ◦ green 209 ◦ blue 140

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

Shades of Caramel #FFD18C

Tints of Caramel #FFD18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 42.22%
G = 34.6%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFD18C (or 0xFFD18C) is known color: Caramel. HEX triplet: FF, D1 and 8C. RGB value is (255,209,140). Sum of RGB (Red+Green+Blue) = 255+209+140=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD18C is #002E73. Grayscale: #D7D7D7. Windows color (decimal): -11892 or 9228799. OLE color: 9228799.

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

Color convert

RGB 255 209 140 -
CMYK 0 0.18 0.45 0
HSL 36º 1% 0.77% -
HSV(B) 36º 0.45% 1% -
XYZ 68.77 68.75 34.46 -
YUV 214.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 255 209 140 0 0.18 0.45 0 36 1 0.77
Hex FF D1 8C 0 12 2D 0 24 64 4D
Octal 377 321 214 0 22 55 0 44 144 115
Binary 11111111 11010001 10001100 0 10010 101101 0 100100 1100100 1001101

Color Harmonies of #FFD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD18C

Black with #FFD18C

Text Example


Text Example

White with #FFD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD18C; }

 p { color: rgb(255,209,140); }

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

background-color css

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

 a { background-color: rgb(255,209,140); }

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

border-color css

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

 span { border-color: rgb(255,209,140); }

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